Welcome to mirror list, hosted at ThFree Co, Russian Federation.

callout-info-prefersreducedmotion.md « _includes « site - github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9c30903769e18a5e643eecee521718f3f3cf0a74 (plain)
1
2
3
4
{% 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" %}