motion-ui
motion-ui copied to clipboard
Does Motion UI work with your modals (Reveal)?
I tried doing this:
<div class="reveal large" id="exampleModal1" data-reveal data-animate="fade-in slide-in-up">
But this does nothing and the modal opens immediately.
Hi @mtsweir 👋
I am sorry but the documentation is out-of-date. The correct options for Reveal are data-animation-in
and data-animation-out
. See https://foundation.zurb.com/sites/docs/reveal.html#animations.
I will fix this right now.
See https://github.com/zurb/foundation-sites/pull/11435#commits-pushed-b08a56d
@ncoden thankyou for the follow up, much appreciated!