Class: TransitionsBaseWorker

TransitionsBaseWorker(args)

Utility Base Class for view transitions in fragment and view panels.

Constructor

new TransitionsBaseWorker(args)

Parameters:
Name Type Description
args TransitionsBaseWorkerConstructorArgs
Source:

Members

currentAnimationHandle :number

Type:
  • number
Source:

interpolator :BaseTransitionInterpolator

Type:
  • BaseTransitionInterpolator
Source:

targetNode :Element

Type:
  • Element
Source:

Methods

cancelViewTransition()

Cancels current transition
Source:

runViewTransition(data, progressCb)

OVERRIDE Place your run view transitions logic here
Parameters:
Name Type Description
data TransitionsDataCollection.<{}>
progressCb transitionsWorkerProgressCb
Source:

(static) GetTargetViewCurrentProperties()

Override to get the properties you need
Source: