Baozhangchao hace 3 años
padre
commit
146fb7384e
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1
    1
      src/components/BottomMoadl/index.jsx
  2. 1
    1
      src/components/BottomMoadl/style.css

+ 1
- 1
src/components/BottomMoadl/index.jsx Ver fichero

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

+ 1
- 1
src/components/BottomMoadl/style.css Ver fichero

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