CSS Animations
Motion makes an interface feel alive. Keyframes describe how something changes over time, and the browser does the rest at 60 frames per second.
What you'll learn
Animate an element with @keyframes and transitions.
New command
@keyframes float { โฆ }๐ป Code Editorhtml
๐ฌ
Press Run Code to see your creation!