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.
hi, there's a line in swipebox plugin that calls `slider.fadeIn();` when jquery animate enhanced is present, this fadeIn wipes the transform translate3D translation on the element, and breaks the slider....
Especially on Android using Chromium jQuery animations are very slow. I added your enhanced animate. animate() with left property works very well on Android but opacity seems not to work....
if I try to animate $('.mobile-menu').animate({ right: 0 }, when .mobile-menu has right -200px, the return value for the transition is 200 instead of 0, I track the issue to...
Hi Ben, Posted this on the other site because I wasn't sure if it was a bug but I guess it is. I have a div positioned absolutely with "bottom"...
Using $.setDisabledByDefault(false); doesn't seem to work well with jquery.ui datepicker. After first display of datepicker, datepicker will show, then disappear. For an example of the issue with jQuery-Animate-Enhanced see: http://jsfiddle.net/evss6xj9/...
Following test fails after the plugin is added. ``` var $elem = $("").animate({"left": 500}); $elem.is(":animated").should.equal(true); ```
Check for the existence of easing ,if easing not supported fallback to linear
I have added padding and margin properties, they was missing for me ;).