Popmotion / popmotion

Simple animation libraries for delightful user interfaces
https://popmotion.io
19.95k stars 662 forks source link

Popmotion: Different content on each Modal #958

Closed manosvas closed 1 year ago

manosvas commented 1 year ago

https://codepen.io/popmotion/pen/BdoOya

How can we have different content on each modal in this instance.

Whatever I input into the <div class="modal"> or <div class="modal-container"> elements shows up in all modals. Even after I tried to have multiple elements, it still takes the input from the first one and applies it to all the modals