张延森 3 years ago
parent
commit
6efcfb83ad
2 changed files with 1 additions and 2 deletions
  1. 0
    1
      src/App.vue
  2. 1
    1
      src/components/FireWork.vue

+ 0
- 1
src/App.vue View File

@@ -32,7 +32,6 @@
32 32
         alert('你真牛逼')
33 33
       },
34 34
       onBingo: () => {
35
-        console.log('-----firesRef------->', firesRef.value)
36 35
         firesRef.value.toggle()
37 36
       }
38 37
     })

+ 1
- 1
src/components/FireWork.vue View File

@@ -94,7 +94,7 @@ const handleAnimationEnd = () => {
94 94
 	opacity: 0;
95 95
 
96 96
 	animation-timing-function: ease-in-out;
97
-	animation-duration: 1s;
97
+	animation-duration: 1.2s;
98 98
 	animation-iteration-count: 1;
99 99
 }
100 100
 .drop:before {