ded / morpheus

A Brilliant Animator
504 stars 57 forks source link

Wrap all animationFrame methods to deal with both IE10 and Chrome 24 #34

Closed moret closed 11 years ago

moret commented 11 years ago

Following https://github.com/ded/morpheus/pull/32 issue, I noticed that the same behaviour of IE10 is now present on Chrome 24 Beta. This commit wraps any method, not only msRequestAnimationFrame.

ded commented 11 years ago

thanks for this!

moret commented 11 years ago

Thank you. I will try to find out why both IE and Chrome are changing the callback behaviour. Bye!