NEW RELEASE
v2.2 - 40+ new elementsWhat's new
Modal Popup Configurator
data-modal-popup
How to Use
  1. Build your modal: Create the modal content in Bricks Builder (any container/section)
  2. Add modal attribute: Add data-modal-popup="modal-id" to your modal container (use a unique ID)
  3. Create trigger: Add a button/link with attribute data-modal-trigger="modal-id" (same ID)
  4. Configure settings: Adjust animation, backdrop, and behavior options
  5. Copy JS: Click Copy JS to copy the JavaScript code
  6. Add Code element: In Bricks Builder, add a Code element to your page
  7. Paste JavaScript: Paste the code and ensure it runs on page load
  8. Done: Your modal will open with smooth animation when clicking the trigger
Animation
Animation Type
Duration
0.3s
Initial Scale
0.95
Translate Y
10px
Easing Function
Backdrop
Background Opacity
0.2
Blur Intensity
6px
Modal Appearance
Border Radius
12px
Max Height
85vh
Close Button
Button Size
30px
Position Top
10px
Position Right
10px
Behavior
Close on Outside Click
Close on ESC Key