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