8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ff1d2c commit af9abfbCopy full SHA for af9abfb
src/v2/guide/transitions.md
@@ -212,7 +212,7 @@ new Vue({
212
animation: bounce-in .5s;
213
}
214
.bounce-leave-active {
215
- animation: bounce-out .5s reverse;
+ animation: bounce-in .5s reverse;
216
217
@keyframes bounce-in {
218
0% {
@@ -241,7 +241,7 @@ new Vue({
241
242
243
244
- -webkit-animation: bounce-out .5s;
+ -webkit-animation: bounce-in .5s reverse;
245
animation: bounce-in .5s reverse;
246
247
0 commit comments