mce
    Preparing search index...

    Interface ScrollToOptions

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

    Properties

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