dialog component

This commit is contained in:
cookfront
2017-02-16 15:30:50 +08:00
parent 4c3cdd433b
commit 7b0ab582d7
4 changed files with 45 additions and 6 deletions
+9
View File
@@ -85,3 +85,12 @@
}
}
}
.dialog-bounce-enter {
opacity: 0;
transform: translate3d(-50%, -50%, 0) scale(0.7);
}
.dialog-bounce-leave-active {
opacity: 0;
transform: translate3d(-50%, -50%, 0) scale(0.9);
}