mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-04-02 21:36:11 +03:00
fixed initial degree option
This commit is contained in:
parent
65957efe72
commit
1cbc2d96c1
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ $.Viewport = function( options ) {
|
|||
});
|
||||
|
||||
this.degreesSpring = new $.Spring({
|
||||
initial: 0,
|
||||
initial: options.degrees,
|
||||
springStiffness: this.springStiffness,
|
||||
animationTime: this.animationTime
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue