mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-04-03 05:43:30 +03:00
Sped up animation for basic test
This commit is contained in:
parent
9001fe9a5e
commit
ed87ceb23f
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,6 @@
|
||||||
|
|
||||||
module('Basic');
|
module('Basic');
|
||||||
|
|
||||||
// TODO: Tighten up springs and use "immediate" where possible, so tests run faster
|
|
||||||
// TODO: Test drag
|
// TODO: Test drag
|
||||||
|
|
||||||
var viewer = null;
|
var viewer = null;
|
||||||
|
@ -13,7 +12,8 @@
|
||||||
viewer = OpenSeadragon({
|
viewer = OpenSeadragon({
|
||||||
id: 'example',
|
id: 'example',
|
||||||
prefixUrl: '/build/openseadragon/images/',
|
prefixUrl: '/build/openseadragon/images/',
|
||||||
tileSources: '/test/data/testpattern.dzi',
|
tileSources: '/test/data/testpattern.dzi',
|
||||||
|
springStiffness: 100, // Faster animation = faster tests
|
||||||
showNavigator: true
|
showNavigator: true
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue