transitions
transitions copied to clipboard
Easy to use CSS3 transitions for use in MeteorJS
Any suggestions for optimizing these transitions for Android / iOS? They work, but they don't work smoothly. I'm using the Slide Out/In transition and it kind of hangs on the...
Hi, Setting transitions-container height to 100% at the css level seems to be effective in keeping the proper page dimensions before and after the transitions. However, by doing that, I...
Hi, Do you know if the content is not first child of container can be work ? My layout : ``` {{> navigationMobile}} {{> header}} {{#if currentPageIs 'home'}} {{> visual}}...
I set my container style height to 100% in css, however after my first transition the height is reset to the current height of the browser window. When I inspect...
By the way great package, and easy to implement. I'm wondering, if there is anyway to handle transitions of a user hits the back button on their browser. Thank you!