Skip to content

Commit

Permalink
Remove newline to fix loaders readme readability (#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
tfmertz authored Dec 5, 2023
1 parent 1b4f01f commit f4a2bb5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/loaders/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ an animation and its duration:
|-------------------|----------|-----------------------------------------------------------|
| clip | * | Name of the animation clip(s) to play. Accepts wildcards. |
| useRegExp | false | If true, interpret the `clip` string as a regular expression. If false, it is treated as a literal string, except for the * character, which is treated as a variable-length wildcard. |

| duration | 0 | Duration of one cycle of the animation clip, in seconds. This provides the same functionality as timeScale (apart from pausing), with duration = clipLength/timeScale. This property only has an effect if timeScale is set to 1, otherwise the value of timeScale is used to determine animation playback speed. |
| crossFadeDuration | 0 | Duration of cross-fades between clips, in seconds. |
| loop | repeat | `once`, `repeat`, or `pingpong`. In `repeat` and `pingpong` modes, the clip plays once plus the specified number of repetitions. For `pingpong`, every second clip plays in reverse. |
Expand Down

0 comments on commit f4a2bb5

Please sign in to comment.