ÿØÿà JFIFÿØÿà JFIF ÿØÿà JFIFÿØÿà JFIF ÿþ$
import { Options } from '../types';
import { CLASSES } from './classes';
import { I18N } from './i18n';
/**
* The collection of default options.
* Note that this collection does not contain all options.
*
* @since 3.0.0
*/
export const DEFAULTS: Options = {
type : 'slide',
speed : 400,
waitForTransition: true,
perPage : 1,
arrows : true,
pagination : true,
interval : 5000,
pauseOnHover : true,
pauseOnFocus : true,
resetProgress : true,
easing : 'cubic-bezier(0.25, 1, 0.5, 1)',
drag : true,
direction : 'ltr',
slideFocus : true,
trimSpace : true,
focusableNodes : 'a, button, textarea, input, select, iframe',
classes : CLASSES,
i18n : I18N,
};
ÿØÿà JFIF ÿþ$
ÿØÿà JFIF ÿþ$
ÿÂ