Answers for "gsap.to"

0

gsap.to

//rotate and move elements with a class of "box" ("x" is a shortcut for a translateX() transform) over the course of 1 second. 
gsap.to(".box", {rotation: 27, x: 100, duration: 1});
Posted by: Guest on August-18-2021

Code answers related to "gsap.to"

Browse Popular Code Answers by Language