jquery-animate-enhanced
jquery-animate-enhanced copied to clipboard
Extend $.animate() to detect CSS transitions for Webkit, Mozilla, IE>=10 and Opera and convert animations automatically.
Attempting to call $.stop(false,true) will stop any position transitions, but will continue to run opacity animations for the duration. An example can be seen [here](http://static.conradscloset.com/jQuery-Animate-Enhanced/tests/visual-stopOpacity.html). A tentative fix has been...
When an element (or set of elements) is already hidden and you call fadeOut(), jQuery will no longer file the 'complete' callback. The following code replicates the issue: ``` var...
I'm basically fielding some possible locations for my existing 'clip' step code, and I'd like to eventually branch this into most of the existing CSS properties that take numeric fields....
jQuery .queue is not working correctly after v. 0.74. Partially its working, but I'm unable to create looped query, for example.