Jonathan Azulay
Member since May 20, 2013
- Profile: /members/10900-jonathan-azulay.htm
- Comments: 1
Recent Blog Comments By Jonathan Azulay
-
Using jQuery's Animate() Step Callback Function To Create Custom Animations
Posted on May 20, 2013 at 11:45 AM
This is really useful. I found out that you don't actually have to use a dummy css property (surprisingly). To animate a property in a linear-gradient for instance I did this this.css('someLinearGradientParam', 0); var that = this; this.animate({ 'someLinearGradientParam' : 100 }, { 'step' : funct... read more »