feat(intro): polish loading transition
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
export function FadeToVideoOverlay(): React.JSX.Element {
|
||||
return (
|
||||
<div
|
||||
aria-hidden="true"
|
||||
style={{
|
||||
position: "fixed",
|
||||
inset: 0,
|
||||
zIndex: 29,
|
||||
background: "#000",
|
||||
pointerEvents: "none",
|
||||
}}
|
||||
/>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user