artboard-deluxe / doubleTapZoom
doubleTapZoom()
constdoubleTapZoom: (options?) =>ArtboardPluginDefinition<{animation?:AnimationOptions; },object>
Defined in: plugins/doubleTapZoom/index.ts:12
Zooms the artboard using a double tap gesture.
Note that this plugin only handles touch events. For mouse support, use the clickZoom plugin.
Parameters
options?
animation?
Returns
ArtboardPluginDefinition<{ animation?: AnimationOptions; }, object>