diff --git a/docs/en-US/component/carousel.md b/docs/en-US/component/carousel.md
index 1789ec5b33..5af7d7d47a 100644
--- a/docs/en-US/component/carousel.md
+++ b/docs/en-US/component/carousel.md
@@ -15,6 +15,16 @@ carousel/basic
:::
+## Motion blur ^(2.6.0)
+
+Add motion blur to infuse dynamism and smoothness into the carousel.
+
+:::demo Enabling motion blur enhances the dynamism and smoothness of the carousel. By default, the `motion-blur` parameter is set to `false`, activating this feature and providing a visually engaging experience.
+
+carousel/motion-blur
+
+:::
+
## Indicators
Indicators can be displayed outside the carousel
@@ -67,19 +77,20 @@ carousel/vertical
## Carousel Attributes
-| Name | Description | Type | Accepted Values | Default |
-| ------------------ | ----------------------------------------------------- | ------- | ------------------- | ---------- |
-| height | height of the carousel | string | — | — |
-| initial-index | index of the initially active slide (starting from 0) | number | — | 0 |
-| trigger | how indicators are triggered | string | hover/click | hover |
-| autoplay | whether automatically loop the slides | boolean | — | true |
-| interval | interval of the auto loop, in milliseconds | number | — | 3000 |
-| indicator-position | position of the indicators | string | outside/none | — |
-| arrow | when arrows are shown | string | always/hover/never | hover |
-| type | type of the Carousel | string | card | — |
-| loop | display the items in loop | boolean | - | true |
-| direction | display direction | string | horizontal/vertical | horizontal |
-| pause-on-hover | pause autoplay when hover | boolean | - | true |
+| Name | Description | Type | Accepted Values | Default |
+| ---------------------- | ----------------------------------------------------- | ------- | ------------------- | ---------- |
+| height | height of the carousel | string | — | — |
+| initial-index | index of the initially active slide (starting from 0) | number | — | 0 |
+| trigger | how indicators are triggered | string | hover/click | hover |
+| autoplay | whether automatically loop the slides | boolean | — | true |
+| interval | interval of the auto loop, in milliseconds | number | — | 3000 |
+| indicator-position | position of the indicators | string | outside/none | — |
+| arrow | when arrows are shown | string | always/hover/never | hover |
+| type | type of the Carousel | string | card | — |
+| loop | display the items in loop | boolean | - | true |
+| direction | display direction | string | horizontal/vertical | horizontal |
+| pause-on-hover | pause autoplay when hover | boolean | - | true |
+| motion-blur ^(2.6.0) | infuse dynamism and smoothness into the carousel | boolean | - | false |
## Carousel Events
diff --git a/docs/examples/carousel/motion-blur.vue b/docs/examples/carousel/motion-blur.vue
new file mode 100644
index 0000000000..9f5acbc9bc
--- /dev/null
+++ b/docs/examples/carousel/motion-blur.vue
@@ -0,0 +1,43 @@
+
+ Vertical effect{{ item }}
+ {{ item }}
+