Files
Yi.Admin/WebFirst/wwwroot/vendors/bootstrap/site/_includes/callout-info-prefersreducedmotion.md

5 lines
355 B
Markdown
Raw Normal View History

2022-04-03 23:21:53 +08:00
{% capture callout %}
The animation effect of this component is dependent on the `prefers-reduced-motion` media query. See the [reduced motion section of our accessibility documentation]({{ site.baseurl }}/docs/{{ site.docs_version }}/getting-started/accessibility/#reduced-motion).
{% endcapture %}
{% include callout.html content=callout type="info" %}