mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-02-01 07:31:41 +03:00
show/hide controls
This commit is contained in:
parent
22bfbac916
commit
a5394c62f7
@ -835,6 +835,14 @@ $.extend( $.Viewer.prototype, $.EventSource.prototype, $.ControlDock.prototype,
|
|||||||
return this;
|
return this;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
hideControls: function() {
|
||||||
|
beginControlsAutoHide(this);
|
||||||
|
},
|
||||||
|
|
||||||
|
showControls: function() {
|
||||||
|
abortControlsAutoHide(this);
|
||||||
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @function
|
* @function
|
||||||
* @return {Boolean}
|
* @return {Boolean}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user