Ok, I am lost, but all I see is the definition of .fade CSS class using the transition/transform properties - not sure what this has to do with angularjs.
Animation in AngularJS
11–20 of 25 posts
Also notice the opacity property that actually changes the opacity of the content.
Re: Animation in AngularJS
#12I'm excited there's going to be an ngAnimate for animations in AngularJS, but I feel compelled to comment mostly to say that this presentation is awesomely done. Good job.
I agree. What a wonderful job with the presentation. Kudos.
Re: Animation in AngularJS
#13With ng-animate, angular completes the circle of defining HTML DOM behavior in a pure declarative way. I can't wait for this to go to the stable branch.
If you don't have a specific reason not to, I'd highly recommend using the unstable branch today. I've had no problems with it since I switched several months ago, and any breaking changes have been pretty well documented in the release notes.
Re: Animation in AngularJS
#14I haven't seen slid.es before. This is awesome.
It used to be called reveal.io, it's by Hakim El Hattab, the guy behind reveal.js http://lab.hakim.se/reveal-js/# and plenty other stuff http://hakim.se
Re: Animation in AngularJS
#15IE10 is over 10% market share. It's great that Microsoft is pushing the auto-update. If you don't care about the straglers, you'll be able to do some really cool stuff across all browsers and leave the legacy behind.
Re: Animation in AngularJS
#16I haven't seen slid.es before. This is awesome.
I agree, I was hoping at the end of the presentation they were going to say they coded it in Angular with ngAnimate!
Re: Animation in AngularJS
#17One thing that's still missing is editing CSS animations in angularJS. I'm finding that I have to make a lot of separate animations (hardcoded keyframes) and use those in code. No way to dynamically change the animation in the app.
Re: Animation in AngularJS
#18I'm not familiar with Angular.js. But I am very familiar with CSS3, jQuery and the Greensock animation platform. Greensock (TweenMax) is without a doubt the best animation platform I've ever used. CSS3 animation gives you nowhere near the amount of fine grain control over animations that greensock provides. CSS3 is great for simple stuff, but for complex reactive timelines it's basically impossible to work with. jQuery is OK for basic things that don't need the performance, but is clunky is feels restrictive.
Re: Animation in AngularJS
#19Re: Animation in AngularJS
#20IE10 is over 10% market share. It's great that Microsoft is pushing the auto-update. If you don't care about the straglers, you'll be able to do some really cool stuff across all browsers and leave the legacy behind.
If we all didn't care about stragglers, there wouldn't be stragglers.