mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-01-19 17:21:50 +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({
|
||||
initial: 0,
|
||||
initial: options.degrees,
|
||||
springStiffness: this.springStiffness,
|
||||
animationTime: this.animationTime
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user