Baozhangchao 3 年前
父节点
当前提交
146fb7384e
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1
    1
      src/components/BottomMoadl/index.jsx
  2. 1
    1
      src/components/BottomMoadl/style.css

+ 1
- 1
src/components/BottomMoadl/index.jsx 查看文件

16
   // const [flag, setFlag] = useState(false)
16
   // const [flag, setFlag] = useState(false)
17
   // const [wrapAnimate, setWrapAnimate] = useState('wrap wrapAnimate')
17
   // const [wrapAnimate, setWrapAnimate] = useState('wrap wrapAnimate')
18
   // const [frameAnimate, setFrameAnimate] = useState('frame-wrapper frameAnimate')
18
   // const [frameAnimate, setFrameAnimate] = useState('frame-wrapper frameAnimate')
19
-  let wrapAnimate = 'wrap wrapAnimate'
19
+  let wrapAnimate = 'wrap wrapAnimateOut'
20
   let frameAnimate = 'frame-wrapper frameAnimate'
20
   let frameAnimate = 'frame-wrapper frameAnimate'
21
   const [textNextSum, setTextNext] = useState(1)
21
   const [textNextSum, setTextNext] = useState(1)
22
   const [recommendContent, setRecommendContent] = useState([])
22
   const [recommendContent, setRecommendContent] = useState([])

+ 1
- 1
src/components/BottomMoadl/style.css 查看文件

32
   }
32
   }
33
 }
33
 }
34
 .frameAnimateOut {
34
 .frameAnimateOut {
35
-  animation: frameAnimateOut 0.2s ease forwards;
35
+  animation: frameAnimateOut 3.2s ease forwards;
36
 }
36
 }
37
 @keyframes frameAnimateOut {
37
 @keyframes frameAnimateOut {
38
   0% {
38
   0% {