benbarnett / jquery-animate-enhanced

Extend $.animate() to detect CSS transitions for Webkit, Mozilla, IE>=10 and Opera and convert animations automatically.
http://playground.benbarnett.net/jquery-animate-enhanced/
MIT License
1.39k stars 196 forks source link

"step" callback does not work #71

Closed ghost closed 12 years ago

ghost commented 12 years ago

This does not work in the current version...

$('foo').animate({prop:value},{
step:function(){
   console.log("You won't see me 'cause I never get called!");
}});
benbarnett commented 12 years ago

Please see issue #81