motion-ui icon indicating copy to clipboard operation
motion-ui copied to clipboard

Does Motion UI work with your modals (Reveal)?

Open mtsweir opened this issue 6 years ago • 3 comments

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.

mtsweir avatar Jun 15 '18 23:06 mtsweir

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.

ncoden avatar Aug 05 '18 21:08 ncoden

See https://github.com/zurb/foundation-sites/pull/11435#commits-pushed-b08a56d

ncoden avatar Aug 05 '18 22:08 ncoden

@ncoden thankyou for the follow up, much appreciated!

mtsweir avatar Aug 05 '18 23:08 mtsweir