UNPKG

@o3r/application

Version:

This module provides development help to monitor your Otter Application

7 lines 357 B
/** * Method that returns the setting of the user regarding animations. * This setting is generally set in the Operating System settings, and it is used by browsers. * Refer to: https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-reduced-motion */ export declare function prefersReducedMotion(): boolean; //# sourceMappingURL=helper.d.ts.map