mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-01-20 01:31:45 +03:00
fixed initial degree option
This commit is contained in:
parent
65957efe72
commit
1cbc2d96c1
@ -134,7 +134,7 @@ $.Viewport = function( options ) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
this.degreesSpring = new $.Spring({
|
this.degreesSpring = new $.Spring({
|
||||||
initial: 0,
|
initial: options.degrees,
|
||||||
springStiffness: this.springStiffness,
|
springStiffness: this.springStiffness,
|
||||||
animationTime: this.animationTime
|
animationTime: this.animationTime
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user