mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 21:26:10 +03:00
Sped up animation for basic test
This commit is contained in:
parent
9001fe9a5e
commit
ed87ceb23f
@ -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;
|
||||||
@ -14,6 +13,7 @@
|
|||||||
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…
Reference in New Issue
Block a user