Skip to content

Commit 3de9d19

Browse files
committed
Fix css to signal that the componant can be removed from the DOM, removes warning
1 parent aa4e682 commit 3de9d19

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)