You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using step-start or step-end as animation-timing-function (see MDN for possible built in values) the animation won't work because parseAnimationValue won't return anything.
I'd be happy to provide a PR to fix this 👍🏻
The text was updated successfully, but these errors were encountered:
What version of Tailwind CSS are you using?
v2.2.2
What build tool (or framework if it abstracts the build tool) are you using?
@symfony/webpack-encore": ^1.3.0
What version of Node.js are you using?
v12.0.0
What browser are you using?
N/A
What operating system are you using?
macOS
Reproduction repository
https://play.tailwindcss.com/P8QHN8mDNy?file=config
Describe your issue
When using
step-start
orstep-end
as animation-timing-function (see MDN for possible built in values) the animation won't work becauseparseAnimationValue
won't return anything.I'd be happy to provide a PR to fix this 👍🏻
The text was updated successfully, but these errors were encountered: