Jump to content
Search Community

azapp

Members
  • Posts

    2
  • Joined

  • Last visited

azapp's Achievements

  1. Hi, Thanks for your answer. I just checked my template and the problem was mine. I had those lines: <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/1.18.2/TweenMax.min.js"></script> <script src="http://www.greensock.com/js/src/utils/SplitText.min.js"></script> I removed it and everything works great now! Thank you again and sorry for this little mistake
  2. Hi, For a project with Adobe Edge, we used GSAP and everything worked great. We purchased the Business Green license in order to use it. But now that we're trying to import the files made with Edge into a website, we are always redirected to "http://greensock.com/requires-membership?plugin=SplitText&source=". Is there something wrong we're doing ? Also if we load the file only, it works great, there's no redirection. Here's the code to import the script (in case it's the problem): <script src="path/to/folder/TweenMax.min.js"></script> <script src="path/to/folder/SplitText.min.js"></script> <script src="path/to/folder/DrawSVGPlugin.min.js"></script>
×
×
  • Create New...