Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FixedPositioningTransitionOptions<E>

This options should be passed to the useCSSTransition for the styling and positioning to work correctly.

remarks

@since 4.0.0

Type parameters

  • E: HTMLElement

    An HTMLElement type used for the ref required for the transition.

Hierarchy

Index

Properties

Optional nodeRef

nodeRef?: Ref<E>

{@inheritDoc TransitionOptions.nodeRef}

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 onExited

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

see

TransitionExitHandler

Generated using TypeDoc