javascript - Meteor animation for added items -
what's best way of handling animations/transitions in meteor, e.g having fadein when new item appears rather appearing
as david weldon mentioned, meteor going adding back upwards ui hooks in 0.8.2 , create out supported apis 1.0.
the original thread here: https://groups.google.com/forum/#!topic/meteor-core/1kuog2mcarw
here few examples, including 1 i'm particularly happy with:
https://github.com/mizzao/meteor-animated-each, demo @ http://animated-each.meteor.com/ https://github.com/percolatestudio/transition-helperthe first illustration causes items in long scrollable container fade in/out when added/deleted, , adjusts scroll position other people scrolled different position in container don't see jump in view.
javascript jquery animation meteor
No comments:
Post a Comment