Aaron
Member since Jun 8, 2012
- Profile: /members/10032-aaron.htm
- URL: http://aaronmartins.com
- Comments: 1
Recent Blog Comments By Aaron
-
Using jQuery's Animate() Step Callback Function To Create Custom Animations
Posted on Jun 8, 2012 at 5:52 PM
I explored the second object generated during jQuery's "step" callback and found the percentage of animation. Behold: $('yourdiv').animate({ top: 1593 //some random pixel distance to animate over },{ duration: 500, //some duration in millis step: function(cssValue, animProperties... read more »