Replies: 1 comment
-
this component needs
Certainly it would be helpful to have code examples in this document. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everybody.
This example from here: https://styled-components.com/docs/api#keyframes
Does not work:
Passing animation length prevents the animation from being run.
I make most of my styling with style objects.
And I even managed to make my simple animation work if setting its duration inline.
But even using backtick notation, animation with props does not work.
And the above example from docs is not working, either.
Did someone figure out how to set up animation using style objects?
Or at least with tagged template literals?
Beta Was this translation helpful? Give feedback.
All reactions