Jump to content
Search Community

kk12837

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by kk12837

  1. kk12837

    home page popup

    Hi, may i know how to do a popup which looks like clicking Download JS on the top right in https://www.greensock.com/v12/ ? thanks
  2. Can a tween overwrite by another tween? like TweenMax.fromTo($a, 1,{top: "10px"} {top:"1px", yoyo: true, repeat: -1}), when i click a button, TweenMax.to($a, 1, {top:"3px"}),
  3. I use tweenMax to do the animation, however, my page shows Uncaught TypeError: Cannot set property '_overwrite' of null in console. anyone has seen this before? Thanks
×
×
  • Create New...