nteract / semiotic

A data visualization framework combining React & D3
https://semioticv1.nteract.io/
Other
2.44k stars 133 forks source link

renderMode disabled transition #508

Closed jefffriesen closed 5 years ago

jefffriesen commented 5 years ago

If I transition from projection: 'vertical' to projection: 'horizontal', the transition between the projections is smooth. If I use renderMode: 'sketchy', that transition animation stops working and it immediately switches between projections.

It is possible to maintain the transition?

Thanks

emeeks commented 5 years ago

No unfortunately there is no animated transition available with sketchy marks because it would require some work underneath to render the in-betweens, which would also be very performance intensive.

jefffriesen commented 5 years ago

Ok, good to know. Thanks!