Skip to main content

Variable: slideInFromLeft

@arolariu/components


@arolariu/components / motion/presets / slideInFromLeft

Variable: slideInFromLeft

const slideInFromLeft: object

Defined in: motion/presets.ts:52

Slides content in from the left.

Type Declaration

initial

readonly initial: object

initial.opacity

readonly opacity: 0 = 0

initial.x

readonly x: -16 = -16

animate

readonly animate: object

animate.opacity

readonly opacity: 1 = 1

animate.x

readonly x: 0 = 0

exit

readonly exit: object

exit.opacity

readonly opacity: 0 = 0

exit.x

readonly x: -16 = -16

transition

readonly transition: object

transition.duration

readonly duration: 0.2 = durations.slow

transition.ease

readonly ease: readonly [0, 0, 0.58, 1] = easings.easeOut

// was this page useful?