visionmedia / move.js

CSS3 backed JavaScript animation framework
http://visionmedia.github.com/move.js/
4.72k stars 686 forks source link

iOS 6 & 7 issue... #46

Open acajaja opened 10 years ago

acajaja commented 10 years ago

Hi,

Great library! However, I'm noticing a difference on iPad 3 between iOS 6.0.1 & 7.1.1.

The duration seems to get lost on iOS 6 thereby losing the animated effect.

I.e., move('#domObj').x(-500).ease('in-out').end();

In iOS 6 it jumps to -500px and does not animate.

petsa commented 9 years ago

maybe this can help you

https://github.com/visionmedia/move.js/issues/31