<div id="box" class="ml-[16px] mt-[16px] w-[50px] h-[50px] bg-black rounded-lg"></div>
gsap.fromTo('#box', { x: 100 }, { x: 0, duration: 3 })
This Pen is owned by Ray on CodePen.
See more by @hsiangfeng on CodePen
This Pen doesn't use any external CSS resources.