Re: [csswg-drafts] [css-transitions] undesired behaviour - transition of inherited value happening in sequence. (#5324)

> > However Firefox doesn’t handle the `background-color` transition well
> 
> This seems because mid-way the transition you are stacking `rgba(255, 255, 0, 0.5)` on top of `rgb(128, 128, 0)`, so it looks more yellow.

Thanks, I've added initial value `background-color: inherit;` in the [codpen](https://codepen.io/meirkoen/pen/mdVGRYj?editors=1100), to show the bug in properties with default value other than `inherit`



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

Received on Wednesday, 15 July 2020 13:49:20 UTC