8 lines
225 B
Plaintext
Raw Normal View History

2017-07-22 13:04:54 +00:00
// .mountable
// opacity 0
// transform translateY(0.85rem)
// transition opacity mountable-transition-speed ease, transform mountable-transition-speed ease
2017-06-20 18:13:04 +00:00
2017-07-22 13:04:54 +00:00
// .mounted
// opacity 1 !important
// transform translateY(0)