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

nodeRef?: Ref<E>

{@inheritDoc TransitionOptions.nodeRef}

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

see

TransitionEnterHandler

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

see

TransitionEnterHandler

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

see

TransitionEnterHandler

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

see

TransitionExitHandler

Generated using TypeDoc