Skip to content

Commit 23a5f32

Browse files
committed
Merge pull request #1177 from darmou/master
Fix css to signal that the component can be removed from the DOM, rem…
2 parents 11a73ad + 3de9d19 commit 23a5f32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/animations/app.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
}
2020

2121
.example-leave.example-leave-active {
22-
opacity: 0.01;
22+
opacity: 0;
2323
}

0 commit comments

Comments
 (0)