Jump to content
Search Community

aStone

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by aStone

  1. I actually haven't solved the issue due to lack of my js programming skill.
  2. I have a problem using GSAP in GWD. I understand now we can use Google-hosted Greensock. I added link in <head> <script src="https://s0.2mdn.net/ads/studio/cached_libs/tweenmax_1.18.0_499ba64a23378545748ff12d372e59e9_min.js"></script> 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?
  3. I found old post to solve my problem. >TweenMax js file which includes TimelineMax) http://greensock.com/forums/topic/6647-timelinemax-and-fromto/ But if I want to reduce the file size, should I use TweenLite and TimelineLite? rather than TweenMax?!
  4. 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?
  5. Hi Dipscom, Thank you so much for sending me this so quickly!!! also great advice! I really need to learn how to use GSAP and javascript.
  6. Hello Dipscom, I am try to create expandable banner ad with video element. https://jsfiddle.net/efak0d3r/2/ I added External resources on the left column. CSSplugin, easepack, timelinelite, jquery.gsap. When I use, normal 'jquery.min.js', it works fine. https://jsfiddle.net/efak0d3r/1/ (this link is the one working!) I'm just wondering what I should do. Thanks for your help in advance.
  7. 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. <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/1.18.5/jquery.gsap.min.js"></script> 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...