Jump to content
Search Community

Club Greensock API Login

Lorenzo Migliorero 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

Hi guys,

i start developed an online Greensock GUI.

 

When you save your animation, two files are generated:

 

  • a JS file, that contains an inline SVG string, and a JSON with animation info
  • an HTML file, with links to previous JS file, and the CDN libraries:
<script src="http://cdnjs.cloudflare.com/ajax/libs/gsap/1.19.0/easing/EasePack.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/gsap/1.19.0/TweenLite.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/gsap/1.19.0/TimelineLite.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/gsap/1.19.0/plugins/CSSPlugin.min.js"></script>

<script src="link-to-my-library.js"></script>
<script src="your-animation-file.js"></script>
I want to use some club-reserved plugins, for example DrawPath and MorphingSVG.
 
So, the question is:
 
  • Are there any login APIs for Club Greensock?
  • It's possible to get a link to a plugins of a specific user after login?
 
For example:
<script src="http://cdnjs.cloudflare.com/ajax/libs/gsap/1.19.0/plugins/MorphPlugin.min.js?token=123456789></script>
Thanks,
best regards

Lorenzo
 
 
 
 


 

 

Link to comment
Share on other sites

Hi, 

 

Thanks for sharing the info about your GSAP GUI.

Unfortunately, there isn't a practical or secure way to centrally host the bonus plugins (that we know of). There isn't any sort of public login API available. 

It sounds like you are going to need to require your users to have their own Club GreenSock accounts and use their own files. 

 

If you would like to discuss custom licensing options that would allow you to package the bonus tools just fill out our contact form and your query will get to the right person: https://greensock.com/contact-us/

Link to comment
Share on other sites

  • 2 weeks later...

Thanks Carl,
my purpose would be just allowing users to preview the potential of my FREE tool.


They would download a package with an HTML demo page and a JS file just containing the animation data.
The bonus plugins would be linked to my domain, not included in the package, and they would be intended just usage in the preview.

For any further use, in production environment, the users would need to link their own premium package instead of mine.

From a legal point of view, do you think I'd have problems if I advised users that they need their own paid plugin? I may also advertise your site and products by using banners or whatever you prefer.


Obviously, I can't avoid users "stealing" or directly linking my licensed bonus tools: I read Licensing page, but I didn't understand the limits of distribution for any of the profiles.

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