Skip to main content

ITransitionConfig

@spartanfx/react v1.2.2


@spartanfx/react / index / ITransitionConfig

Interface: ITransitionConfig

Animation configuration for slide transitions.

Properties

PropertyTypeDefaultDescription
duration?number300Duration of the transition in milliseconds.
easing?string'ease-out'CSS easing function for the transition.
type?"none" | "slide" | "fade"'slide'Type of transition animation.