Skip to main content

Bridge.UI

.overlay

Gain access to an unscaled element above the current slide. Anything placed in this element will not change size, so is a great place to put things like widget controls, which need to always be a clickable size.

Bridge.UI.overlay; // -> <div>...</div>
note

Although anything inserted into this element will automatically be deleted by the presentation when the user clicks/scrolls away, it's best that the content removes on slide exist to prevent memory leaks.