Jump to content
GreenSock

cyiiin

Need TimelineLite and TweenLite at same time?

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

This may be a stupid question, but I just got confused. I need to add some simple sequence animation in my website. I know I would need TimelineLite, but is it necessary to have TweenLite at the same time?

Possibly there are something I missed. Can anybody help me clarify this please? 

Link to comment
Share on other sites

I'm going to try to use TimelieLite only first. Just afraid in the future I may realise "Ah I should have TweenLite", then have to redo all the stuff. :|

Link to comment
Share on other sites

Are you talking about the actual JavaScript files? If so, TweenLite is the base file, so you always need that, but I would recommend grabbing TweenMax from a CDN as it has most of the stuff you will need, like TimelineLite/Max.

<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/1.19.0/TweenMax.min.js"></script>
  • Like 5
Link to comment
Share on other sites

  • 2 months later...

Sorry, I misunderstood many things at that time. Thanks for replying, nothing now  :oops:

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.
×