We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
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.
data-animation-in
data-animation-out
I will fix this right now.
Sorry, something went wrong.
See foundation/foundation-sites#11435 (commits)
@ncoden thankyou for the follow up, much appreciated!
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: