Skip to content

Commit

Permalink
Update Source/Scene/ModelAnimation.js
Browse files Browse the repository at this point in the history
Co-authored-by: Janine Liu <32226860+j9liu@users.noreply.github.com>
  • Loading branch information
markw65 and j9liu committed May 4, 2022
1 parent a54dbb0 commit 65c8d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Scene/ModelAnimation.js
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ Object.defineProperties(ModelAnimation.prototype, {
* @callback ModelAnimation.AnimationTime
*
* @param {Number} duration The animation's original duration in seconds.
* @param {Number} seconds Scene time seconds since the animation started.
* @param {Number} seconds The seconds since the animation started, in scene time.
* @returns {Number} The fractional part of the return value gives
* the fraction of the animation that has been completed.
* If the animation's loop option is set to REPEAT the
Expand Down

0 comments on commit 65c8d2e

Please sign in to comment.