mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-02-07 18:39:23 +03:00
commit
2a430f3335
@ -79,7 +79,7 @@ $.Spring = function( options ) {
|
|||||||
$.console.assert(typeof options.springStiffness === "number" && options.springStiffness !== 0,
|
$.console.assert(typeof options.springStiffness === "number" && options.springStiffness !== 0,
|
||||||
"[OpenSeadragon.Spring] options.springStiffness must be a non-zero number");
|
"[OpenSeadragon.Spring] options.springStiffness must be a non-zero number");
|
||||||
|
|
||||||
$.console.assert(typeof options.animationTime === "number" && options.springStiffness !== 0,
|
$.console.assert(typeof options.animationTime === "number" && options.animationTime !== 0,
|
||||||
"[OpenSeadragon.Spring] options.animationTime must be a non-zero number");
|
"[OpenSeadragon.Spring] options.animationTime must be a non-zero number");
|
||||||
|
|
||||||
if (options.exponential) {
|
if (options.exponential) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user