Jump to content
Search Community

Michaël Garcia

Members
  • Posts

    60
  • Joined

  • Last visited

Community Answers

  1. Michaël Garcia's post in Issue with transform origin on a path was marked as the answer   
    Thanks for your explanations. I actually managed to get the result I wanted buy setting the transformOrigin before my tween :
    Have a nice day!
     
    gsap.set('svg path',{ scale:0.8, transformOrigin:'center center' }) gsap.to('svg path',{ scale:1, stagger:0.07, duration:1 })  
×
×
  • Create New...