Skip to content

Commit efa126d

Browse files
authored
Update PLUGINS.md
1 parent fc8e45c commit efa126d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

PLUGINS.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,10 +231,11 @@ Constructor takes the two cameras to animate between.
231231
### .update
232232
233233
```js
234-
update() : void
234+
update( deltaTime = null : number ) : void
235235
```
236236
237-
Performs the transition animation if active.
237+
Performs the transition animation if active. Takes a delta time value in seconds to normalize inertia and damping speeds. Defaults to the time between call to the function.
238+
238239
239240
### .syncCameras
240241

0 commit comments

Comments
 (0)