Swiper - v14.0.1
    Preparing search index...
    interface AutoplayEvents {
        autoplay: (swiper: Swiper) => void;
        autoplayPause: (swiper: Swiper) => void;
        autoplayResume: (swiper: Swiper) => void;
        autoplayStart: (swiper: Swiper) => void;
        autoplayStop: (swiper: Swiper) => void;
        autoplayTimeLeft: (
            swiper: Swiper,
            timeLeft: number,
            percentage: number,
        ) => void;
    }

    Hierarchy (View Summary)

    Index

    Properties

    autoplay: (swiper: Swiper) => void

    Event will be fired when slide changed with autoplay

    autoplayPause: (swiper: Swiper) => void

    Event will be fired on autoplay pause

    autoplayResume: (swiper: Swiper) => void

    Event will be fired on autoplay resume

    autoplayStart: (swiper: Swiper) => void

    Event will be fired in when autoplay started

    autoplayStop: (swiper: Swiper) => void

    Event will be fired when autoplay stopped

    autoplayTimeLeft: (swiper: Swiper, timeLeft: number, percentage: number) => void

    Event triggers continuously while autoplay is enabled. It contains time left (in ms) before transition to next slide and percentage of that time related to autoplay delay