Variable: easings
@arolariu/components / motion/tokens / easings
Variable: easings
consteasings:object
Defined in: motion/tokens.ts:21
Standard easing curves for consistent motion across the library.
Type Declaration
ease
readonlyease: readonly [0.25,0.1,0.25,1]
easeIn
readonlyeaseIn: readonly [0.42,0,1,1]
easeOut
readonlyeaseOut: readonly [0,0,0.58,1]
easeInOut
readonlyeaseInOut: readonly [0.42,0,0.58,1]
spring
readonlyspring:object
spring.type
readonlytype:"spring"
spring.stiffness
readonlystiffness:300=300
spring.damping
readonlydamping:24=24
// was this page useful?