Options
All
  • Public
  • Public/Protected
  • All
Menu

CSS transition callbacks that can be passed to the methods in CssTransitionHandler.

since

10.0.0

Hierarchy

  • CssTransitionCallback

Index

Methods

  • onEnter(this: Window): void
  • Called when the entering process is about to start.

    Parameters

    • this: Window

    Returns void

  • Called when the entering process has finished.

    Parameters

    Returns void

  • Called during the entering process.

    Parameters

    Returns void

  • onExit(): void
  • Called when the exiting process is about to start.

    Returns void

  • Called when the exiting process has finished.

    Parameters

    Returns void

  • Called during the exiting process.

    Parameters

    Returns void

Generated using TypeDoc