Jump to content
Search Community

Lorenzo Migliorero

Members
  • Posts

    3
  • Joined

  • Last visited

Lorenzo Migliorero's Achievements

0

Reputation

  1. 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.
  2. 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
  3. Hi guys, i have a little problem with the awesome text plugin... It is possible to exclude <br> from the tween parser, and put in the the string as complete tag in a single step? For example: abc<br>abc became a - b - c - <br> - a - b - c and not a - b - c - < - b - r - > - a - b - c Thanks for the answers, Lorenzo
×
×
  • Create New...