Skip to content

Commit 294b110

Browse files
committed
Comment
1 parent ffa50f2 commit 294b110

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

v3/src/animation/frame/Animation.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ var Animation = function (manager, key, config)
7070
this.onRepeat = GetObjectValue(config, 'onRepeat', false);
7171
this.onRepeatParams = GetObjectValue(config, 'onRepeatParams', []);
7272

73+
// Called for EVERY frame of the animation.
74+
// See AnimationFrame.onUpdate for a frame specific callback.
7375
this.onUpdate = GetObjectValue(config, 'onUpdate', false);
7476
this.onUpdateParams = GetObjectValue(config, 'onUpdateParams', []);
7577

0 commit comments

Comments
 (0)