Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CSSTransitionComponentProps

This is mostly an internal type that can be used to help with transitionable components.

remarks

@since 4.0.0

Hierarchy

Index

Properties

Optional classNames

{@inheritDoc CSSTransitionClassNames}

Optional onEnter

This function will be called once the TransitionStage has been set to "enter".

see

TransitionEnterHandler

Optional onEntered

This function will be called once the TransitionStage has been set to "entering".

see

TransitionEnterHandler

Optional onEntering

This function will be called once the TransitionStage has been set to "enter".

see

TransitionEnterHandler

Optional onExit

This function will be called once the TransitionStage has been set to "entered".

see

TransitionEnterHandler

Optional onExited

This function will be called once the TransitionStage has been set to "exited".

see

TransitionExitHandler

Optional onExiting

This function will be called once the TransitionStage has been set to "exiting".

see

TransitionExitHandler

Optional temporary

temporary?: boolean

{@inheritDoc CSSTransitionHookOptions.temporary}

Optional timeout

{@inheritDoc TransitionTimeout}

Generated using TypeDoc