Animation documentation

Where is the documentation for the different ionic animations available? For instance

<nav-view animation="slide-left-right"></nav-view>

Are there other possible animations? How do we know? Another instance

scrollTo: function(left, top, animate) {
  $rootScope.$broadcast('scroll.scrollTo', left, top, animate);
},

What’s the “animate” that should be passed in?

Any documentation on this would be very helpful. Thanks!

2 Likes

Looking at the CSS, looks like slide-in-up, slide-in-left, slide-in-right, and slide-left-right.

I was hoping for slide-in-down, to pull from the top, which unfortunately doesn’t seem to exist…

Kevin

for pull to refresh calendee write a nice tutorial

http://calendee.com/pull-to-refresh-using-ionic-framework/

you may need some little changes to work with the latest ionic :wink: