update fire
This commit is contained in:
parent
42b221c2fb
commit
046b9dc305
@ -62,6 +62,23 @@ function EnterToFloorOne(props) {
|
|||||||
transition: { duration: 0.3, delay: 2 },
|
transition: { duration: 0.3, delay: 2 },
|
||||||
}}
|
}}
|
||||||
></motion.div>
|
></motion.div>
|
||||||
|
|
||||||
|
<video
|
||||||
|
src="/video/fire_top.webm"
|
||||||
|
muted
|
||||||
|
autoPlay
|
||||||
|
loop
|
||||||
|
width={3900}
|
||||||
|
style={{ position: 'absolute', top: '-20px', left: '-20px' }}
|
||||||
|
></video>
|
||||||
|
<video
|
||||||
|
src="/video/fire_down.webm"
|
||||||
|
muted
|
||||||
|
autoPlay
|
||||||
|
loop
|
||||||
|
width={3900}
|
||||||
|
style={{ position: 'absolute', top: '-20px', left: '-20px' }}
|
||||||
|
></video>
|
||||||
</motion.div>
|
</motion.div>
|
||||||
)}
|
)}
|
||||||
</AnimatePresence>
|
</AnimatePresence>
|
||||||
|
@ -68,6 +68,23 @@ export default function Home({ active }) {
|
|||||||
</motion.div>
|
</motion.div>
|
||||||
</AnimatePresence>
|
</AnimatePresence>
|
||||||
<div key="v3d" className="V3DBorder"></div>
|
<div key="v3d" className="V3DBorder"></div>
|
||||||
|
|
||||||
|
<video
|
||||||
|
src="/video/fire_little_top.webm"
|
||||||
|
muted
|
||||||
|
autoPlay
|
||||||
|
loop
|
||||||
|
width={4200}
|
||||||
|
style={{ position: 'absolute', top: '-160px', left: '-910px' }}
|
||||||
|
></video>
|
||||||
|
<video
|
||||||
|
src="/video/fire_little_down.webm"
|
||||||
|
muted
|
||||||
|
autoPlay
|
||||||
|
loop
|
||||||
|
width={4200}
|
||||||
|
style={{ position: 'absolute', top: '-180px', left: '-910px' }}
|
||||||
|
></video>
|
||||||
<div key="bottom-bar" className="Button">
|
<div key="bottom-bar" className="Button">
|
||||||
<BottomBar />
|
<BottomBar />
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user