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

CSS transition not transform #100

Closed evolutionxbox closed 11 years ago

evolutionxbox commented 12 years ago

Why does .animate({ left: 1020, avoidTransforms: true }, 1500); just use the standard animation? Transforms keep screwing up. All I want is the 'left' property to change with a css transition. Can I do this?

benbarnett commented 11 years ago

Yes - just don't use avoidTransforms.