Restored mountables

This commit is contained in:
2017-09-22 06:19:32 +02:00
parent 9acbddf1be
commit 9c900ec01b
4 changed files with 77 additions and 77 deletions

@ -1,8 +1,8 @@
// .mountable
// opacity 0
// transform translateY(0.85rem)
// transition opacity mountable-transition-speed ease, transform mountable-transition-speed ease
.mountable
opacity 0
transform translateY(0.85rem)
transition opacity mountable-transition-speed ease, transform mountable-transition-speed ease
// .mounted
// opacity 1 !important
// transform translateY(0)
.mounted
opacity 1 !important
transform translateY(0)