Skip to content

Commit

Permalink
docs: move ReducedMotionConfig to "Device" category (#6940)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomekzaw authored Jan 27, 2025
1 parent ba0b40b commit 59eb2c0
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 16 deletions.
7 changes: 0 additions & 7 deletions packages/docs-reanimated/docs/components/_category_.json

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: ReducedMotionConfig
title: ReducedMotionConfig
sidebar_label: ReducedMotionConfig
sidebar_position: 1
sidebar_position: 4
---

`ReducedMotionConfig` component let's you change behavior in response to the device's reduced motion accessibility setting. By default it disables all animation when the reduced motion is enabled on a device. You can adjust it for your specific use case. You can learn more about [Accessibility](/docs/guides/accessibility) and [`useReducedMotion`](/docs/device/useReducedMotion) in Reanimated.
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: ReducedMotionConfig
title: ReducedMotionConfig
sidebar_label: ReducedMotionConfig
sidebar_position: 1
sidebar_position: 4
---

`ReducedMotionConfig` component let's you change behavior in response to the device's reduced motion accessibility setting. By default it disables all animation when the reduced motion is enabled on a device. You can adjust it for your specific use case. You can learn more about [Accessibility](/docs/guides/accessibility) and [`useReducedMotion`](/docs/device/useReducedMotion) in Reanimated.
Expand Down

0 comments on commit 59eb2c0

Please sign in to comment.