🌐 AI搜索 & 代理 主页
Skip to content

Commit 6354fb5

Browse files
committed
Merge branch 'feat/4720' of https://github.com/bootstrap-vue/bootstrap-vue into feat/4720
2 parents b0f7e54 + 0effe85 commit 6354fb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/icons/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -471,14 +471,14 @@ As the animations are CSS based, they are applied _after_ any SVG transforms hav
471471
<!-- b-icon-spin-aminations-transforms.vue -->
472472
```
473473

474-
The BootstrapVue custom icon animation effects require BootstrapVue's custom CSS. The `animation`
474+
The BootstrapVue defined icon animation effects require BootstrapVue's custom CSS. The `animation`
475475
prop translates to the class name `b-icon-animation-{animationName}`.
476476

477477
Need a different style animation? Just create a custom class defining the animation, and apply that
478478
class to the icon component, or create a new animation class in the form of
479479
`b-icon-animation-{animationName}` and pass the custom animation name to the `animation` prop.
480480

481-
**Note:** The BootstrapVue custom animation effects of this component is dependent on the
481+
**Note:** The BootstrapVue defined animation effects of this component is dependent on the
482482
`prefers-reduced-motion` media query. See the
483483
[reduced motion section of our accessibility documentation](/docs/reference/accessibility) for
484484
additional details.

0 commit comments

Comments
 (0)