update fire

This commit is contained in:
lb 2023-11-07 17:10:23 +08:00
부모 42b221c2fb
커밋 046b9dc305
2개의 변경된 파일34개의 추가작업 그리고 0개의 파일을 삭제

파일 보기

@ -62,6 +62,23 @@ function EnterToFloorOne(props) {
transition: { duration: 0.3, delay: 2 },
}}
></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>
)}
</AnimatePresence>

파일 보기

@ -68,6 +68,23 @@ export default function Home({ active }) {
</motion.div>
</AnimatePresence>
<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">
<BottomBar />
</div>