Closed jefffriesen closed 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.
Ok, good to know. Thanks!
If I transition from
projection: 'vertical'
toprojection: 'horizontal'
, the transition between the projections is smooth. If I userenderMode: 'sketchy'
, that transition animation stops working and it immediately switches between projections.It is possible to maintain the transition?
Thanks