1
Fork 0
This commit is contained in:
stysmmaker 2021-04-13 22:33:56 -04:00
parent 5a53a3bea4
commit 0a8ccc129a
Signed by: mmaker
GPG Key ID: CCE79B8FEDA40FB2
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ MMKR.inertial_bounce(5, 2, 4); // Apply a bounce to the current property
You can also destructure the returned object:
```js
const { inertial_bounce } = footage('mmkr.js').sourceData.get_functions();
const { inertial_bounce } = footage('mmkr.jsx').sourceData.get_functions();
inertial_bounce(5, 2, 4);
```