File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 `
475475prop translates to the class name ` b-icon-animation-{animationName} ` .
476476
477477Need a different style animation? Just create a custom class defining the animation, and apply that
478478class 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
484484additional details.
You can’t perform that action at this time.
0 commit comments