class AnimationFinish extends Event (View source)

AnimationFinish Event Object

The base class for the individual event objects, providing common functions to the child objects.

Constants

TYPE

Properties

string $callback Javascript callback function name. from  Event

Methods

__construct( string $c)

Builds the AnimationFinish Event object when passed an array of configuration options.

Details

at line 32
Event __construct( string $c)

Builds the AnimationFinish Event object when passed an array of configuration options.

Parameters

string $c Name of Javascript callback function.

Return Value

Event

Exceptions

InvalidConfigValue
InvalidConfigProperty