]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
docs: fixed bad code block in motion-ui page 12388/head
authorHTeMeLe <93932760+htemele@users.noreply.github.com>
Tue, 15 Feb 2022 17:20:53 +0000 (18:20 +0100)
committerGitHub <noreply@github.com>
Tue, 15 Feb 2022 17:20:53 +0000 (18:20 +0100)
docs/pages/motion-ui.md

index 563c0abf280f62875437d3057dc9700baddb4d5f..99549173cfc878790e34c2ff8d15f369450e29a8 100644 (file)
@@ -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>