Plugin Option: Motion
motion provides rendering behavior settings based on the user's prefers-reduced-motion preference.
Example
ts
motion: {
disable: true,
reduce: {
factor: 4,
value: true,
},
}Notes
- When
disableistrue, animations are fully disabled for users who request reduced motion. - The
reducesettings control how much motion is reduced when not fully disabled.
