oreesh-overlay Class
An overlay container.
// Can be created dynamically
var overlay = new OreeshOverlay();
<!-- Or via HTML -->
<!-- A default overlay, which is visible by default -->
<oreesh-overlay>
<div>
stuff stuff stuff
</div>
</oreesh-overlay>
<!-- There are attirbutes to control opacity color/intesity and shadow -->
<oreesh-overlay opacity="high">
<div class="oreesh-overlay-shadow-target">
stuff stuff stuff
</div>
</oreesh-overlay>
Item Index
Methods
close
()
Closes the overlay, removing it from the screen.
open
()
Opens the overlay, making it appear on the screen.
