Jump to content
Search Community

SDSingh

Members
  • Posts

    2
  • Joined

  • Last visited

SDSingh's Achievements

0

Reputation

  1. For MotionPath I wanted to use the scale along with x and y positions for a pixi object. Can you suggest a solution for that?
  2. We can access scale in GSAP by adding the following in the code:- gsap.to(bunny, { duration: 1, scale:{x:2,y:2} // <-- comment this line to see sprite });
×
×
  • Create New...