update 一层温度

This commit is contained in:
lb
2023-12-01 11:34:54 +08:00
parent 550da629c0
commit b601e9065a
9 changed files with 540 additions and 62 deletions

View File

@@ -70,7 +70,7 @@ function EnterToFloorOne(props) {
></video>
)}
<motion.div
{/* <motion.div
className={cls.videoLayer1}
key="eto1div"
style={{
@@ -82,7 +82,7 @@ function EnterToFloorOne(props) {
opacity: [0, 0, 0, 0.6, 1],
transition: { duration: 0.3, delay: 2 },
}}
></motion.div>
></motion.div> */}
</motion.div>
)}
</AnimatePresence>