Project Setup
Project Setup
<div class="box"></div>
.box {
width: 100px;
height: 100px;
background: red;
}
gsap.to(".box", {
x: 300
});
<div class="box"></div>
.box {
width: 100px;
height: 100px;
background: red;
}
gsap.to(".box", {
x: 300
});