Jump to content
Search Community

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

Posted

I'm playing with Draggable and trying to use scrollTop as the type but it's not working.  If I remove the type it works fine (or set it to any other type except scrollLeft).  Any ideas?

 

http://jsfiddle.net/Krcd6/4/

Posted

Hi Matt,

If you set the draggable div as the target I believe that will give you the behavior you are after:

Draggable.create('#draggable', {type: 'scrollTop'});

 

http://jsfiddle.net/Krcd6/5/

Posted

Right you are Carl, thank you :)

 

Also, are you on IM? This is Matt by the way, the guy who gave you and Jack the grunt intro.

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