jQuery animate callback - doesn't complete, no callback?
Posted
by Mark
on Stack Overflow
See other posts from Stack Overflow
or by Mark
Published on 2010-04-27T06:30:08Z
Indexed on
2010/04/27
6:33 UTC
Read the original article
Hit count: 559
jQuery
|jquery-animate
This jsbin demonstrates my problem:
I'm using jQuery animate to kick down some non-css properties ala: http://james.padolsey.com/javascript/fun-with-jquerys-animate/
However, the animate gets very close to the final number, but never actually reaches it! The callback doesn't happen.
I need the callback to run. Thanks in advance!
© Stack Overflow or respective owner