mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-05-29 15:44:31 +00:00
Add test file for flipsnap
This commit is contained in:
13
flipsnap/flipsnap-tests.ts
Normal file
13
flipsnap/flipsnap-tests.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
/**
|
||||
* Created by kubosho_ on 6/16/2014.
|
||||
*/
|
||||
///<reference path='flipsnap.d.ts'/>
|
||||
|
||||
Flipsnap('', {
|
||||
maxPoint: 3,
|
||||
distance: 230,
|
||||
transitionDuration: 500,
|
||||
disableTouch: true,
|
||||
disable3d: false
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user