transition
Ref: https://stackoverflow.com/questions/19808764/transition-for-background-image-in-firefox?noredirect=1&lq=1
This commit is contained in:
parent
029cc128c1
commit
57dae1d333
1 changed files with 3 additions and 0 deletions
|
@ -23,6 +23,9 @@ export const SlideView: React.FC<SlideViewProps> = ({ url, nextURL }) => {
|
|||
backgroundRepeat: "no-repeat",
|
||||
backgroundBlendMode: "multiply",
|
||||
backgroundColor: "rgba(0, 0, 0, 0.5)",
|
||||
// Smooth out the transition a bit.
|
||||
// Does not work in Firefox.
|
||||
transition: "background 2s",
|
||||
}}
|
||||
>
|
||||
<div
|
||||
|
|
Loading…
Add table
Reference in a new issue