foundation / motion-ui

💎 The powerful Sass library for creating CSS transitions and animations
https://zurb.com/playground/motion-ui
MIT License
1.16k stars 174 forks source link

Does Motion UI work with your modals (Reveal)? #123

Open mtsweir opened 6 years ago

mtsweir commented 6 years ago

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.

ncoden commented 6 years ago

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 commented 6 years ago

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

mtsweir commented 6 years ago

@ncoden thankyou for the follow up, much appreciated!