Skip to content

Commit

Permalink
update example transition classes
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Dec 28, 2016
1 parent aa6f7b4 commit 2768b0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/firebase/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ul {
border-bottom: 1px solid #eee;
}

.v-enter, .v-leave-active {
.v-enter, .v-leave-to {
height: 0;
padding-top: 0;
padding-bottom: 0;
Expand Down
4 changes: 2 additions & 2 deletions examples/modal/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@
opacity: 0;
}

.modal-leave-active {
.modal-leave-to {
opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
.modal-leave-to .modal-container {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}

0 comments on commit 2768b0f

Please sign in to comment.