From 07bd983bae7a131aa81791eabe65c2909cb2c274 Mon Sep 17 00:00:00 2001 From: kubosho Date: Mon, 16 Jun 2014 23:36:22 +0900 Subject: [PATCH] Add test file for flipsnap --- flipsnap/flipsnap-tests.ts | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 flipsnap/flipsnap-tests.ts diff --git a/flipsnap/flipsnap-tests.ts b/flipsnap/flipsnap-tests.ts new file mode 100644 index 0000000000..a6b2f4fe8b --- /dev/null +++ b/flipsnap/flipsnap-tests.ts @@ -0,0 +1,13 @@ +/** + * Created by kubosho_ on 6/16/2014. + */ +/// + +Flipsnap('', { + maxPoint: 3, + distance: 230, + transitionDuration: 500, + disableTouch: true, + disable3d: false +}); +