How do I animate things with just theme-ui? #1306
Unanswered
wahidshafique
asked this question in
Q&A
Replies: 2 comments 1 reply
-
@wahidshafique , you could use the Spinner component as an example with emotion https://github.com/system-ui/theme-ui/blob/master/packages/components/src/Spinner.js |
Beta Was this translation helpful? Give feedback.
0 replies
-
Okay, we should really reexport these keyframes. Yup. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was wondering how I can do this without importing another library to expose things like
keyframes
. Is there a sane way to put animations inside of thesx
prop using just theme-ui?Beta Was this translation helpful? Give feedback.
All reactions