You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...I managed to 'force' callback completion by setting the propertyCallback variable to 'speed.complete' (as the 'options' in a jQuery.animate(transform, options) command is being passed as 'speed' (second argument).
My problem may have something to do with the fact that I am animating two images simultaneously (and I need the queue:false option because the images must remain adjacent during the animation) - I'll test if the callbacks are being executed on a single image and let you know.
UPDATE
...apologies for this thread then, that is the problem! Callbacks on single-object animations execute perfectly.
Thanks for bringing css3 animations to jQuery users!
Just one issue: animate(pos, options) doesn't seem to be supported -
...the delay and easing option are somehow picked up, but callbacks are ignored. Is there any way I can fix this myself?
Thanks, best,
Josef.
The text was updated successfully, but these errors were encountered: