Skip to content

Commit 1ecff99

Browse files
committed
remove duplicated animation
1 parent 8440b96 commit 1ecff99

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

src/scss/animations/_bounce.scss

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -164,21 +164,6 @@ $trans-cubic-bezier: cubic-bezier(0.215, 0.61, 0.355, 1);
164164
}
165165
}
166166

167-
@keyframes bounceOutDown {
168-
20% {
169-
transform: translate3d(0, 10px, 0);
170-
}
171-
40%,
172-
45% {
173-
opacity: 1;
174-
transform: translate3d(0, -20px, 0);
175-
}
176-
to {
177-
opacity: 0;
178-
transform: translate3d(0, 2000px, 0);
179-
}
180-
}
181-
182167
.#{$vt-namespace}__bounce-enter-active {
183168
&.top-left,
184169
&.bottom-left {

0 commit comments

Comments
 (0)