AnimationPoint.Callback

Syntax

Callback: PP.Delegate|function

Description

The Callback property sets callback function executed when animation stops playing.

Comments

Use the setCallback method to set the property value, and the getCallback method to get the property value. Property value cannot be set from JSON.

Example

The property use is given in the page with description of the AnimationPoint constructor.

See also:

AnimationPoint