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

FWIW, the way we are implementing does not match how `blenda()` 
function is defined in the current draft of CSS Color 4.

The issue with `blenda()` function is that, CSS Transitions spec 
currently specifies linear interpolation for color values, while 
`blenda()`'s formula is different from that, which means we would have
 inconsistent behavior for some cases.

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

Received on Tuesday, 6 September 2016 08:10:49 UTC