Keyframes
βοΈ Edit this pageYou can define animations using the keyframes
helper from @emotion/react
. keyframes
takes in a css keyframe definition and returns an object you can use in styles. You can use strings or objects just like css
.
(Edit code to see changes)