mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-03 03:44:29 +08:00
13 lines
176 B
TypeScript
13 lines
176 B
TypeScript
/**
|
|
* Created by kubosho_ on 6/16/2014.
|
|
*/
|
|
|
|
Flipsnap('', {
|
|
maxPoint: 3,
|
|
distance: 230,
|
|
transitionDuration: 500,
|
|
disableTouch: true,
|
|
disable3d: false
|
|
});
|
|
|