Jump to content
Search Community

Viewport Limit

netroid 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 need to run a Function only over a Viewport of 795px.

 

If I refresh my Browser under this Limit and then stretches it over, it works fine.

But if I do it the reverse Way, the Effect not turns off, even though the function itself works wenn i test it with a simple alert.

 

You can watch it under this Link (im talking about the four Divs in the Screenshot)

 

http://netroid.ch/Projekte/mostkrug/speis-und-trank

 

 

 

post-20659-0-59601400-1407409111_thumb.jpg

Link to comment
Share on other sites

This question is entirely about jQuery, which we don't typically support here (we really need to focus our limited time on supporting the GSAP API), but if you want to turn the effect off you should add an else clause to the conditional in your detectViewPort function. You only have code there to turn the mouse event listeners on; not off.

http://api.jquery.com/on/
http://api.jquery.com/off/

Also, be aware that you are including 2 different versions of jQuery and 2 different versions of TweenMax in that page, which is not recommended.

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