Re: [csswg-drafts] [css-transitions] Define interpolation of the currentcolor keyword

FWIW, Gecko has implemented interpolation between "currentcolor" and 
numeric color for majority of CSS color properties (if not all). It 
does so via interpolating colors linearly in a way like "x% of rgba + 
(1-x%) of currentcolor". As far as I can see, this also matches how 
Blink interpolates them.

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

Received on Tuesday, 10 January 2017 00:55:57 UTC