We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0555b6 commit 719f7b4Copy full SHA for 719f7b4
examples/transitions/index.html
@@ -5,7 +5,7 @@
5
transition: opacity .5s ease;
6
}
7
.fade-enter, .fade-leave-active {
8
- opacity: 0
+ opacity: 0;
9
10
.child-view {
11
position: absolute;
0 commit comments