Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace Anim

Index

Interfaces

Type aliases

Type aliases

Duration

Duration: `${number}s` | `${number}ms` | number

Duration can be set in seconds or milliseconds. In case no unit is set, it defaults to seconds.

Easing

Easing: "none" | "linear" | "step-start" | "step-end" | "ease" | "ease-in" | "ease-out" | "ease-in-out" | `cubic-bezier(${number},${number},${number},${number})`

Generated using TypeDoc