ProgressEvent:41
A CreateJS Event that is dispatched when progress changes.
clone
Defined in
clone:79
Returns a clone of the ProgressEvent instance.
a clone of the Event instance.
progress
Defined in
progress:68
The percentage (out of 1) that the load has been completed. This is calculated using loaded/total.
Default: 0