Sped up animation for basic test

This commit is contained in:
Ian Gilman 2013-05-13 10:57:16 -07:00
parent 9001fe9a5e
commit ed87ceb23f

View File

@ -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;
@ -14,6 +13,7 @@
id: 'example',
prefixUrl: '/build/openseadragon/images/',
tileSources: '/test/data/testpattern.dzi',
springStiffness: 100, // Faster animation = faster tests
showNavigator: true
});