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

Browser support? #70

Closed thomasklein closed 9 years ago

thomasklein commented 9 years ago

Hi guys,

which browsers are not supported by TweenJS?

lannymcnie commented 9 years ago

All modern browsers. The current cut-off is IE9+. For earlier versions, you can use TweenJS version 0.5.1 or below. The inheritance model was upgraded for version 0.6.0, which no longer supports IE8 and earlier.

thomasklein commented 9 years ago

Thanks man! Is that somewhere written as I didn't find it.

lannymcnie commented 9 years ago

Its actually out of date in the docs. Thanks for the reminder, we will update it. All libraries should have a browser support section on their main page (http://www.createjs.com/docs/tweenjs/modules/TweenJS.html)