We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This does not work in a browser that supports CSS Nesting but no Scroll-Driven Animations:
body { div { animation: move linear; animation-timeline: scroll(); } }
When removing the nesting, the polyfill works fine.
Demo: https://codepen.io/bramus/pen/XWoWejQ/64471303f33661702c983e3b4b73a83a
The text was updated successfully, but these errors were encountered:
Is there any way to prevent this from crashing the parser, to make it ignore that file, for example?
Sorry, something went wrong.
No branches or pull requests
This does not work in a browser that supports CSS Nesting but no Scroll-Driven Animations:
When removing the nesting, the polyfill works fine.
Demo: https://codepen.io/bramus/pen/XWoWejQ/64471303f33661702c983e3b4b73a83a
The text was updated successfully, but these errors were encountered: