Skip to content

Commit

Permalink
Update PLUGINS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gkjohnson authored Jan 24, 2025
1 parent fc8e45c commit efa126d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions PLUGINS.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,10 +231,11 @@ Constructor takes the two cameras to animate between.
### .update
```js
update() : void
update( deltaTime = null : number ) : void
```
Performs the transition animation if active.
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.
### .syncCameras
Expand Down

0 comments on commit efa126d

Please sign in to comment.