Skip to content

transitions? #1

@dcsan

Description

@dcsan

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions