-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
hi! thanks for packaging this up!
I noticed you use simple cross-fades for transitions, is it possible to use the zoom/scale type like in the other demo
https://bost.ocks.org/mike/treemap/
.list-enter-active, .list-leave-active {
transition: all 1s;
}
.list-enter, .list-leave-to /* .list-leave-active for <2.1.8 */ {
opacity: 0;
}
I see opacity as a property but not sure how to get different effects beyond CSS properties
Metadata
Metadata
Assignees
Labels
No labels