Skip to content

Modal

Create your modal windows and popups with simple option modal: true

js
let settings = {
    modal: true
};
let settings = {
    modal: true
};

Or check more settings for modals.

Basic

Default modal example with basic default fade built-in transition, and automatically calculated modal height.

Open in New Tab Code sources

Zoom Transition

Modal with default zoom built-in transition, and automatically calculated modal height.

Open in New Tab Code sources

Custom Transition

Modal with custom configured transition for present() and destroy() functions.

Open in New Tab Code sources

Flying modal

Modal with dynamic flying effect animation to get user attention.

Open in New Tab Code sources

Dismiss on Intense

Modal will be nicely dismissed on high-intense move events.
Try to move pane out of the screen.

Open in New Tab Code sources

Need a help?

Need a help or more examples ? Please create an issue