Layer.onTransitionCompleted

Function/Meaning

The transition is over

Type
LayerclassEvent
Syntax
onTransitionCompleted(dest, src)
Arguments
dest

The layer object to transition to (usually this) is passed.

src

The layer object from which the transition is made is passed.
It can be null depending on the type of transition.

Return value
None (void)
Explanation

Called when the transition is over.