mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-18 03:10:58 +00:00
Add prefers-reduced-motion callout to toast documentation (#28993)
x-ref #28987
This commit is contained in:
parent
08bddb8743
commit
53a3d449fd
1 changed files with 4 additions and 0 deletions
|
|
@ -16,6 +16,10 @@ Things to know when using the toast plugin:
|
|||
- **Please note that you are responsible for positioning toasts.**
|
||||
- Toasts will automatically hide if you do not specify `autohide: false`.
|
||||
|
||||
{{< callout info >}}
|
||||
{{< partial "callout-info-prefersreducedmotion.md" >}}
|
||||
{{< /callout >}}
|
||||
|
||||
## Examples
|
||||
|
||||
### Basic
|
||||
|
|
|
|||
Loading…
Reference in a new issue