benbarnett / jquery-animate-enhanced

Extend $.animate() to detect CSS transitions for Webkit, Mozilla, IE>=10 and Opera and convert animations automatically.
http://playground.benbarnett.net/jquery-animate-enhanced/
MIT License
1.39k stars 196 forks source link

Doesn't seem to work well with jquery.ui datepicker #162

Open JohnKiel opened 9 years ago

JohnKiel commented 9 years ago

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/

(A working exmaple, without jQuery-Animate-Enhanced, see:) http://jsfiddle.net/nyp1dd4p/