jquery-animate-enhanced icon indicating copy to clipboard operation
jquery-animate-enhanced copied to clipboard

Extend $.animate() to detect CSS transitions for Webkit, Mozilla, IE>=10 and Opera and convert animations automatically.

Results 25 jquery-animate-enhanced issues
Sort by recently updated
recently updated
newest added

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.

As raised by sonaatti on blog comments

requests