Jump to content
Search Community

SDSingh

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by SDSingh

  1. 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...