mce
    Preparing search index...

    Interface ZoomToOptions

    interface ZoomToOptions {
        behavior?: "smooth" | "instant";
        duration?: number;
        intoView?: boolean;
        strategy?: ZoomToStrategy;
    }
    Index

    Properties

    behavior?: "smooth" | "instant"
    duration?: number
    intoView?: boolean
    strategy?: ZoomToStrategy