Interface ZoomOptions

interface ZoomOptions {
    animate?: boolean;
}

Hierarchy (View Summary)

Properties

Properties

animate?: boolean