You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 30, 2022. It is now read-only.
The docs are not clear. To use multiple modals you need to create a new link: id="link1"href="modalid". And the modal id should match id="modalid".
One more step, on the jquery script, you need to add the link id as $("#link1, #link2").animatedModal();
Here is a Codepen that has a good example: https://codepen.io/romswellparian/pen/JdbEvV
I have 3 modals. close animated modal class works on the first one, but on the other two, it does not do anything
The text was updated successfully, but these errors were encountered: