Skip to content

Commit

Permalink
docs: add comments to goToFrame function
Browse files Browse the repository at this point in the history
  • Loading branch information
wy-luke committed Apr 7, 2024
1 parent e363fd0 commit 25ebe3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dev/core/src/Animations/animationGroup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,7 @@ export class AnimationGroup implements IDisposable {
}

/**
* Goes to a specific frame in this animation group
* Goes to a specific frame in this animation group. Note that the animation group must be in playing or paused status
* @param frame the frame number to go to
* @returns the animationGroup
*/
Expand Down

0 comments on commit 25ebe3b

Please sign in to comment.