UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

8 lines 163 B
export const genNoMotionStyle = () => { return { '@media (prefers-reduced-motion: reduce)': { transition: 'none', animation: 'none' } }; };