Jump to content
Search Community

more info about the lasted update implications?

boynet test
Moderator Tag

Warning: Please note

This thread was started before GSAP 3 was released. Some information, especially the syntax, may be out of date for GSAP 3. Please see the GSAP 3 migration guide and release notes for more information about how to update the code to GSAP 3's syntax. 

Recommended Posts

I am using it right now in the old way(1.20.4) without import or anything as simple as:

<script src="tweenlite.js">
<script src="draggable.js">
<script src="tweenlite.js">
  
<script>
  TweenLite.set($elem, {something:something});
</script>

 

after updating to 2.0.0 do I need to change anything? does it now support less browsers?(if yes should we use babel on it?)

Link to comment
Share on other sites

Version 2.0.0 has exactly the same browser compatibility as older versions (well, maybe slightly better because we fixed some bugs) :) You should be able to use it without any fear at all. Version 3.0.0 will likely drop support for super old browsers like IE8 in favor of streamlining things, but that's a ways off. 

 

Happy tweening!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...