You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: PLUGINS.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -231,10 +231,11 @@ Constructor takes the two cameras to animate between.
231
231
### .update
232
232
233
233
```js
234
-
update() : void
234
+
update( deltaTime = null : number ) : void
235
235
```
236
236
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.
0 commit comments