mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 21:00:01 +08:00
14 lines
213 B
TypeScript
14 lines
213 B
TypeScript
/**
|
|
* Created by kubosho_ on 6/16/2014.
|
|
*/
|
|
///<reference path='flipsnap.d.ts'/>
|
|
|
|
Flipsnap('', {
|
|
maxPoint: 3,
|
|
distance: 230,
|
|
transitionDuration: 500,
|
|
disableTouch: true,
|
|
disable3d: false
|
|
});
|
|
|