Manav Rathi 2024-05-10 09:21:27 +05:30
parent 029cc128c1
commit 57dae1d333
No known key found for this signature in database

View file

@ -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