Skip to content

Commit f9c81a6

Browse files
committed
Merge pull request #8710 from seanmavley/master
Clearly indicate motion-ui css file is required for Orbit slider
2 parents a72eed2 + 7290168 commit f9c81a6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/pages/orbit.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,13 @@ A carousel slide can contain images or HTML—you can even mix between slide
156156

157157
## Using Animation
158158

159-
Orbit uses [Motion UI](motion-ui.html) CSS classes to animate slides around. There are four plugin options you can set to change the default effects:
159+
Orbit uses [Motion UI](motion-ui.html) CSS classes to animate slides around.
160+
161+
<div class="callout warning">
162+
<p>Without the inclusion of the `motion-ui` [Motion UI](motion-ui.html) CSS file in your template, Orbit slider fails to work properly. </p>
163+
</div>
164+
165+
There are four plugin options you can set to change the default effects:
160166

161167
- `data-anim-in-from-left`: transition to play when a slide comes *in from the left*.
162168
- `data-anim-in-from-right`: transition to play when a slide comes *in from the right*.

0 commit comments

Comments
 (0)