Jump to content
Search Community

Gsap + media query

Lichay test
Moderator Tag

Recommended Posts

If I want to use Gsap only if my size of screen lower then X if possible with Gsap special query or I need to use  for example 

 

 // media query event handler
if (matchMedia) {
    var mq = window.matchMedia("(min-width: 800px)");
    mq.addListener(WidthChange);
   WidthChange(mq);
}

have another way in Gsap?

Link to comment
Share on other sites

3 minutes ago, mikel said:

Hey @Lichay,

 

Nice to hear from you again.
Please have a look at this post - different options will be shown.

 

 

Happy searching in our Forum ...

Mikel

 

Thanks ye I start to love Gsap, already use it for two website that I have developed

  • Thanks 1
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...