Add test file for flipsnap

This commit is contained in:
kubosho
2014-06-16 23:36:22 +09:00
parent 5c3f4b00f1
commit 07bd983bae

View 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
});