Skip to content
New issue

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

docs: fixed bad code block in motion-ui page #12388

Merged
merged 1 commit into from
Jul 11, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/pages/motion-ui.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,6 @@ The callback is optional in this case, and will fire when the animation is compl
<div class="callout primary">
<p>Please note that the duration/animation speed for Motion UI animations are controlled via Sass mixin variables. The JavaScript handles the addition and removal of classes and event listener/callback firing only.
<br>
If you are individually including your `<script>` tags, make sure you are including the `js/foundation.util.motion.js` path.
If you are individually including your <code>&lt;script&gt;</code> tags, make sure you are including the <code>js/foundation.util.motion.js</code> path.
</p>
</div>