Fix typo
This commit is contained in:
parent
5a53a3bea4
commit
0a8ccc129a
|
@ -25,7 +25,7 @@ MMKR.inertial_bounce(5, 2, 4); // Apply a bounce to the current property
|
||||||
|
|
||||||
You can also destructure the returned object:
|
You can also destructure the returned object:
|
||||||
```js
|
```js
|
||||||
const { inertial_bounce } = footage('mmkr.js').sourceData.get_functions();
|
const { inertial_bounce } = footage('mmkr.jsx').sourceData.get_functions();
|
||||||
inertial_bounce(5, 2, 4);
|
inertial_bounce(5, 2, 4);
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user