Extending Animations and Keyframes #4032
Unanswered
liam-edwards
asked this question in
Help
Replies: 1 comment 2 replies
-
Assuming you have something like To animate width like this you must hide x overflow and animate to an explicit width. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I currently have the need to add an additional keyframe and animation using that keyframe. Following the documentation on how to achieve that, my config file now looks like this:
Now herein lies the problem. The keyframes and animation are not getting created. I've had to resort to creating the animations in my CSS which is fine but undesirable. Everything else in the config file works as intended, just not those two.
Am I doing something wrong? Is the documentation out of date/wrong? I am running version 2.1.1.
In case it matters, I'm building everything with Laravel Mix. Here's the webpack file:
Beta Was this translation helpful? Give feedback.
All reactions