Skip to content

Commit

Permalink
Update PLUGINS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gkjohnson authored Oct 30, 2024
1 parent c0157c2 commit 2049b3b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions PLUGINS.md
Original file line number Diff line number Diff line change
Expand Up @@ -734,6 +734,22 @@ readonly animation : boolean

A flag indicating whether the transition is currently animating or not.

### .mode

```js
mode : 'perspective' | 'orthographic
```
The current mode of the camera that is active or being transitioned to. Setting this field will immediately change the camera.
### .duration
```js
durtion = 200 : Number
```
The length of time it takes to transition the camera in milliseconds.
### .camera
```js
Expand Down

0 comments on commit 2049b3b

Please sign in to comment.