GSAP From
The gsap.from()
method is used to animate elements from a new state to their current state.
The gsap.from()
method is similar to the gsap.to()
method, but the difference is that the gsap.from()
method animates elements from a new state to their current state, while the gsap.to()
method animates elements from their current state to a new state.
Read more about the gsap.from() method.