Motion
13/09/2024 by zavos.dev
Hey there, fellow Svelte enthusiasts!
Today, we'll be working on using motion in Svelte to create animations!
Today, we'll be working on using motion in Svelte to create animations!
Tweening
Tweening is a computer graphics technique that involves creating smooth transitions between
different states or values of an object over time.
Springs
The spring function is an alternative to tweened that often works better for values that are
frequently changing.