Jump to content
Search Community

tunage

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by tunage

  1.  

    Hi tunage  :)

     

    that's better to use x/y property instead of left/top ( with x/y you'll have better performance ) : 

    TweenMax.to(".logo", 2, {x:600});
    

    but for left property ; pls add position:absolute; to ".logo" css , you can set position or other css property directly with GSAP too :

    TweenMax.to(".logo", 2, {position:'absolute',left:600});

    It works on codepen, but not published to my site.  o.0

    No errors in the logs either.

    See the Pen OPQZZX by anon (@anon) on CodePen

    nyctelecomm.com

×
×
  • Create New...