Skip to content

Commit b2ba2c4

Browse files
authored
Update user guide with tween.update details
Clarify behavior of tween.update when not started.
1 parent 8f71304 commit b2ba2c4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

‎docs/user_guide.md‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,8 @@ function animate(time) {
160160
}
161161
```
162162

163+
If a Tween is not started, `tween.update(time)` does nothing by default. Call .start or .resume. Calling `tween.update(time, true)` with `true` as the second argument will auto-start a Tween.
164+
163165
### `pause`
164166

165167
While an tween is running (i.e. it has already been `start`ed and may have

0 commit comments

Comments
 (0)