Page crash when animating property between values from CSS variables
Fixed Issue #11676012
Steps to reproduce
Animate some element with
@keyframes bug {
from {--color1:red; color: var(--color1);}
to {--color2:blue; color: var(--color2);}
}
The page crashes.
You need to sign in to your Microsoft account to add a comment.
Sign in