mirror of
https://github.com/vuejs/vue.git
synced 2024-11-21 20:28:54 +00:00
update example transition classes
This commit is contained in:
parent
aa6f7b4cdb
commit
2768b0fe66
@ -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;
|
||||
|
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user