Jump to content
Search Community

Draggable - Init callback

zachschnackel test
Moderator Tag

Go to solution Solved by Rodrigo,

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

  • Solution

Hi,

 

You mean something like when the instance is created by the Draggable.create() constructor?

 

Draggable has the onDragStart callback when the user drags the element more than 2 pixels. Also there's a complete set of callback for the Draggable tool:

 

http://greensock.com/docs/#/HTML5/Drag/Draggable/

 

It'd help if you could elaborate a bit more and provide some sort of sample or code snippet in order to get a better idea of what you're after.

  • Like 2
Link to comment
Share on other sites

I'm confused by the question too. Draggable is ready as soon as you create it. If you're having trouble accessing the instance, it might be because using .create() returns an array of Draggable instances. If you'd like to assign a draggable directly to a variable, you can use 'new' instead of .create().

var dragger = new Draggable("#foo");
  • Like 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...