CreateJS / TweenJS

A simple but powerful tweening / animation library for Javascript. Part of the CreateJS suite of libraries.
http://createjs.com/
MIT License
3.56k stars 967 forks source link

Safari viewport #29

Closed nicolasdesle closed 7 years ago

nicolasdesle commented 11 years ago

Hi

I made some animations with Tween JS in canvas, all running smoothly in Chrome and FF on a mac.

In Safari however, when a part of the canvas gets clipped outside of the viewport, the animation starts staggering and becomes really slow.

Did anyone expercience this before? Oh yes, the canvas is really big, about 2500px in width.

Thanks

gskinner commented 7 years ago

This is not a TweenJS issue. Sounds like a Safari canvas issue (which may effect EaselJS - feel free to open an issue there if so).

nicolasdesle commented 7 years ago

Thanks Grant!