We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
list-style-image
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
The list-style-image property is specified with a discrete animation type. However, its type, <image>, supports interpolation as of css-images-4. Per the results for css/css-lists/animations/list-style-image-interpolation.html it appears Chrome and Safari both support interpolation for this property already.
discrete
<image>
The text was updated successfully, but these errors were encountered:
It does work indeed in Chromium: https://software.hixie.ch/utilities/js/live-dom-viewer/saved/9116
However, changing list-style-image is kind of changing the content of the ::marker, and content interpolates discretely.
content
Sorry, something went wrong.
Maybe content should be able to interpolate continuously, to handle <image> values like this.
No branches or pull requests
The list-style-image property is specified with a
discrete
animation type. However, its type,<image>
, supports interpolation as of css-images-4. Per the results for css/css-lists/animations/list-style-image-interpolation.html it appears Chrome and Safari both support interpolation for this property already.The text was updated successfully, but these errors were encountered: