Forum Discussion
DolandRuiz
3 years agoCommunity Member
Animating the size of an object
I've gone through the threads and read some super old 9y posts but there are no real solutions to simply animate the size of an object.
I've looked into the method of duplicating the object and th...
MathNotermans-9
3 years agoCommunity Member
And when you want the transformation origin point somewhere else...
gsap.to(element, {duration:2, scale: 1.38, transformOrigin:"left top"});