Interface ZoomPanOptions

interface ZoomPanOptions {
    animate?: boolean;
    duration?: number;
    easeLinearity?: number;
    noMoveStart?: boolean;
}

Hierarchy (View Summary)

Properties

animate?: boolean
duration?: number
easeLinearity?: number
noMoveStart?: boolean