Jump to content
Search Community

jQuery and jQuery UI with GSAP

_Peter_ 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

Hello Piero, and welcome to the GreenSock forum!

 

GSAP is not dependent on jQuery. GSAP is JavaScript based. You don't need to know JavaScript to use GSAP. But in order to do more complex animations and create mouse interactions. JavaScript would be of great benefit.

 

All jQuery is a JavaScript library with various methods or a compilation of shortcut cross browser code snippets to make coding faster and consise .

 

jQuery has a awesome cross-browser selector engine. But GSAP can accept a jQuery collection wrapper $() or just a string like "#mySelector".

 

See the GSAP DOCs

 

https://greensock.com/docs#/HTML5/GSAP/

 

So to answer your question, you do not need to know jquery to use GSAP. But since GSAP is made with JavaScript, learning JavaScript will help you in the long run.

 

I would suggest you look at these links to better acquaint yourself with JavaScript and GSAP

 

http://greensock.com/learning/

 

http://greensock.com/blog/

 

https://m.youtube.com/user/GreenSockLearning

 

https://developer.mozilla.org/en-US/docs/Web/JavaScript

 

Don't hesitate to ask if you have more questions. :)

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