Jump to content
Search Community

How to enable/disable Draggable() ?

Zhur 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

Nice job again Ancient Warrior. You beat me once again;)

Your demo is better than mine as it clearly shows that Draggable.create() creates an Array of multiple instances.

 

Here is another simple demo:

http://codepen.io/GreenSock/pen/hAoru?editors=001

 

Bonus note: in addition to going into the Array  to find the draggable to enable / disable (which is easy with 1 or 2 instances) you can also use 

var myDraggable = Draggable.get("#someID");
var myDraggable = Draggable.get(element);

http://greensock.com/docs/#/HTML5/GSAP/Utils/Draggable/get/

  • Like 2
Link to comment
Share on other sites

  • 2 years later...

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