Are keyframes planned or supported?
zaydek opened this issue · 2 comments
zaydek commented
Hi. this is an interesting library. Thanks for making it. I'm wondering if keyframes are planned and or already supported? Thanks.
souporserious commented
Keyframes are not currently supported. I started working on a GlobalStyles
component here that will help with this feature though. I've been prioritizing getting the core library stable first, then will take a look at both of these. For now, you can define keyframes in a CSS file and reference them using the css
or styled
functions.
zaydek commented
Thanks much appreciated.