File "directions.ts"
Full path: /home/fsibplc/public_html/sommilito-bank2/splide-4.1.3/src/js/constants/directions.ts
File
size: 217 B (217 B bytes)
MIME-type: text/plain
Charset: utf-8
Download Open Edit Advanced Editor Back
/**
* Enumerates slides from left to right.
*/
export const LTR = 'ltr';
/**
* Enumerates slides from right to left.
*/
export const RTL = 'rtl';
/**
* Enumerates slides in a col.
*/
export const TTB = 'ttb';