- From: Oriol Brufau via GitHub <sysbot+gh@w3.org>
- Date: Wed, 15 Jul 2020 13:17:13 +0000
- To: public-css-archive@w3.org
> 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