From ed87ceb23f759f70932780a4ad3fe155edbb94e2 Mon Sep 17 00:00:00 2001 From: Ian Gilman Date: Mon, 13 May 2013 10:57:16 -0700 Subject: [PATCH] Sped up animation for basic test --- test/basic.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/basic.js b/test/basic.js index ff302670..3c88242f 100644 --- a/test/basic.js +++ b/test/basic.js @@ -2,7 +2,6 @@ module('Basic'); - // TODO: Tighten up springs and use "immediate" where possible, so tests run faster // TODO: Test drag var viewer = null; @@ -13,7 +12,8 @@ viewer = OpenSeadragon({ id: 'example', prefixUrl: '/build/openseadragon/images/', - tileSources: '/test/data/testpattern.dzi', + tileSources: '/test/data/testpattern.dzi', + springStiffness: 100, // Faster animation = faster tests showNavigator: true });