InteractiveViewer
: Throttle on_interaction_update
event
#4646
Labels
InteractiveViewer
: Throttle on_interaction_update
event
#4646
Duplicate Check
Describe the requested feature
When panning or zooming the the
on_interaction_update
event fires extremely fast.To alleviate this a throttling mechanism like the
*_interval
attributes onGestureDetector
should be implemented by introducing aninteraction_interval
attribute toInteractiveViewer
and modifying theon_interaction_update
event to not be fired more than once per interval.The text was updated successfully, but these errors were encountered: