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

Fails to use percentage values correctly, interpreting it as pixels instead #134

Open tommhuth opened 10 years ago

tommhuth commented 10 years ago

using $("#element").animate({top: "50%"}) would result in top being animated to 50px instead.