Background transition works for colors but not images
Categories
(Core :: CSS Transitions and Animations, enhancement)
Tracking
()
People
(Reporter: mail, Unassigned)
References
(Depends on 1 open bug)
Details
Attachments
(4 files)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:71.0) Gecko/20100101 Firefox/71.0
Steps to reproduce:
Changing backgrounds (background color and background image) of td elements with transition effect.
Actual results:
It works for a colors, but does not work for background images.
Expected results:
Not sure, but may be these effects must work the same.
In Chrome browser both effects are working.
Comment 4•5 years ago
|
||
Hello, I've managed to reproduce this issue on Firefox release 71.0, Beta 72.0b10 and Nightly 73.0a1. I've also set the component to CSS Transitions and Animations. I've managed to reproduce the issue on both Windows 10 and Ubuntu 18.
Updated•5 years ago
|
Comment 5•5 years ago
|
||
It looks to me like this is a bug in chrome, technically. https://drafts.csswg.org/css-backgrounds/#background-image says:
Animation type: discrete
That being said this is probably dependent on us implementing cross-fade.
Updated•4 years ago
|
Updated•2 years ago
|
Description
•