Jump to content
Search Community

aStone

Members
  • Posts

    7
  • Joined

  • Last visited

Posts posted by aStone

  1. I have a problem using GSAP in GWD.

     

    I understand now we can use Google-hosted Greensock.

     

    I added link in <head>

     
    I added
      <script type="text/javascript" id="gwd-init-code">
     
         TweenMax.to('#logo', 1, {left:50});
     
    My logo positioned to left:50px but it doesn't tween. 
     
    This happen only when I publish "inline local files" ticked. 
     
    Does anyone know how to do this? 
  2. Hello, 

     

    I’m a very new to GSAP. 

    I downloaded GSAP-AnimateCC-Starter-Files. 

    I am usingTimelineMax script in adobe AnimateCC like the line below: 

     

    var tl = new TimelineMax({delay:2, repeat:3,repeatDelay: 1});

     

    However, when I publish html and js, there is only TweenMax.js added to the script.

    <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/1.18.2/TweenMax.min.js"></script>

     

    But it is working fine. 

    Am I missing something? Could anyone give me an advice? 

     

  3. Hello,

     

    I was using jQuery.animate but I found the file size is too large so I want to use jquery.gsap.min.js instead. 

     

    The animation was working with jQuery but when I change to jQueryGSAP, it doesn't work. 

     
    All i did was changed the link. 

    The instruction for GreenSock is saying I can use same syntax etc... 

     

    Could you please let me know what I should do?! 

×
×
  • Create New...