Jump to content
Search Community

How can I add cssPlugin

delizade 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

hi,

1) I've been searching cssPlugin script link that I want to use it instead of download it. But I could not find the link. could you help please.

 

2) beside that, I didn't understand exactly why should I use it. Because currently, without import cssPlugin I can animate css properties with tweenMax?

 

thank you

 

 

Link to comment
Share on other sites

Hi @delizade:)

 

This is the CDN link for the CSS plugin: (you can find all the links on the GreenSock home page)

<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/1.19.1/plugins/CSSPlugin.min.js"></script>

 

To answer your question -- you don't need to load it if you're using TweenMax because it's loaded by default. TweenMax loads:

  • TweenLite
  • TweenMax
  • TimelineLite
  • TimelineMax
  • CSSPlugin
  • AttrPlugin
  • RoundPropsPlugin
  • DirectionalRotationPlugin
  • BezierPlugin
  • EasePack

Hopefully that helps.

 

Happy tweening.

:)

 

  • Like 3
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...