Interface FlipsnapOptions

Index

Properties

Properties

optional public disable3d?: boolean

When support 3D transform browser and this option set true, it is not used 3D transform and use 2D transform. You should set true, when it is a device which has a bug in 3D transform(old Android or BlackBerry etc). default is false.

optional public disableTouch?: boolean

When set true, touch event is disabled. Only handling button or etc interface. default is false.

optional public distance?: number

Move distance. default is auto calculate from element width and maxPont.

optional public maxPoint?: number

Stop point count. default is auto calculate from element item count.

optional public transitionDuration?: number

Transition duration (millisecond). default is 350.