Skip to content

Theemo / @theemo/theme / MotionFeature

Interface: MotionFeature

Defined in: features.ts:131

Motion Feature

See

https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-reduced-motion

Extends

  • Omit<BaseFeature, "options">

Properties

browserFeature

ts
browserFeature: "motion";

Defined in: features.ts:134

Overrides

ts
Omit.browserFeature

defaultOption?

ts
optional defaultOption: Motion;

Defined in: features.ts:132

Overrides

ts
Omit.defaultOption

name

ts
name: string;

Defined in: features.ts:87

name of the feature

Inherited from

ts
Omit.name

options

ts
options: Motion[];

Defined in: features.ts:133