diff --git a/web/apps/cast/src/components/Slide.tsx b/web/apps/cast/src/components/Slide.tsx index 22f25daa6..7ed721357 100644 --- a/web/apps/cast/src/components/Slide.tsx +++ b/web/apps/cast/src/components/Slide.tsx @@ -23,6 +23,9 @@ export const SlideView: React.FC = ({ 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", }} >