Adjust hourglass vertical alignment

This commit is contained in:
lilia 2016-10-11 13:55:23 +09:00
parent 635178b06f
commit 657fa2725f
3 changed files with 7 additions and 1 deletions

View file

@ -37,7 +37,7 @@
this.$('.sand')
.css('animation-duration', remainingTime*0.001 + 's')
.css('transform', 'translateY(' + elapsed*100 + '%)');
this.$el.show();
this.$el.css('display', 'inline-block');
}
return this;
}