Jump to content
Search Community

Trying to find ThrowProp pluggin download or help installing it?

GoFuse 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

Greetings

 

I have Bussiness memebership and trying to download ThrowProp pluggin but on the demo page download button doesn't offer it on the list.

 

In my code I'm currently using

Draggable.create(thumb, {
   		type:"x",
   		bounds: bar,
   		throwProps:true,
   		onClick:function() {
   			console.log("clicked");
   		},
   		onDragEnd:function() {
   			console.log("drag ended");
   		}
   	});

Only the dragging works but the throwProps is not. Any idea of what I'm doing wrong?

 

Thanks
 

 

#Nevermind I figured it out, sorry for such a newb question

Link to comment
Share on other sites

Hi

 

Sorry to hear you are having problems.

I just want to make sure you have the plugins before we start troubleshooting the script.

 

When you download the zip, what is the name of the zip file you receive?

 

When you open the zip you should see a file structure like the image below.

TLpkG8l.png

Does you zip contain ThrowPropsPlugin in the plugins folder?

 

It should also appear in src/minified/plugins

 

We are eager to help you get this sorted out.

 

Carl

 

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