jQuery animate callback - doesn't complete, no callback?
- by Mark
This jsbin demonstrates my problem:
http://jsbin.com/aqute4/edit
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!