Skip to main content

Variable: easings

@arolariu/components


@arolariu/components / motion/tokens / easings

Variable: easings

const easings: object

Defined in: motion/tokens.ts:21

Standard easing curves for consistent motion across the library.

Type Declaration

ease

readonly ease: readonly [0.25, 0.1, 0.25, 1]

easeIn

readonly easeIn: readonly [0.42, 0, 1, 1]

easeOut

readonly easeOut: readonly [0, 0, 0.58, 1]

easeInOut

readonly easeInOut: readonly [0.42, 0, 0.58, 1]

spring

readonly spring: object

spring.type

readonly type: "spring"

spring.stiffness

readonly stiffness: 300 = 300

spring.damping

readonly damping: 24 = 24

// was this page useful?