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. I don't know enough about colors to tell if that's the correct way to interpolate with `transparent`, or if the spans should actually be `rgba(128, 128, 0, 0.5)`.


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

Received on Wednesday, 15 July 2020 13:17:14 UTC