Re: [csswg-drafts] [css-cascade] What happens when you animate the all property?

It's a bug.  A bunch of properties initial values won't be animatable, but `color` certainly is (if you use `color: initial` instead, it works fine). `all` is just an uber-shorthand, so it should work as well as any other shorthand property.

(Btw, `!important` in a `@keyframes` makes that declaration invalid, per spec.)

-- 
GitHub Notification of comment by tabatkins
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1566#issuecomment-311222210 using your GitHub account

Received on Tuesday, 27 June 2017 00:55:37 UTC