Skip to content
DerelictDrone edited this page May 28, 2025 · 1 revision

Jump to table of contents

Easings

Number = easeInBack(Number)

Performs InBack interpolation on the argument. You can see how all of these interpolation functions look here: https://imgur.com/XZPgymK (12 ops)

Number = easeOutCubic(Number)

Performs OutCubic interpolation on the argument. You can see how all of these interpolation functions look here: https://imgur.com/XZPgymK (12 ops)

Number = easeOutQuad(Number)

Performs OutQuad interpolation on the argument. You can see how all of these interpolation functions look here: https://imgur.com/XZPgymK (12 ops)

Number = easeInCirc(Number)

Performs InCirc interpolation on the argument. You can see how all of these interpolation functions look here: https://imgur.com/XZPgymK (12 ops)

Number = easeInQuad(Number)

Performs InQuad interpolation on the argument. You can see how all of these interpolation functions look here: https://imgur.com/XZPgymK (12 ops)

Number = easeInOutCirc(Number)

Performs InOutCirc interpolation on the argument. You can see how all of these interpolation functions look here: https://imgur.com/XZPgymK (12 ops)

Number = easeOutSine(Number)

Performs OutSine interpolation on the argument. You can see how all of these interpolation functions look here: https://imgur.com/XZPgymK (12 ops)

Number = easeInExpo(Number)

Performs InExpo interpolation on the argument. You can see how all of these interpolation functions look here: https://imgur.com/XZPgymK (12 ops)

Number = easeOutCirc(Number)

Performs OutCirc interpolation on the argument. You can see how all of these interpolation functions look here: https://imgur.com/XZPgymK (12 ops)

Number = easeInOutExpo(Number)

Performs InOutExpo interpolation on the argument. You can see how all of these interpolation functions look here: https://imgur.com/XZPgymK (12 ops)

Number = easeInOutQuad(Number)

Performs InOutQuad interpolation on the argument. You can see how all of these interpolation functions look here: https://imgur.com/XZPgymK (12 ops)

Number = easeInOutSine(Number)

Performs InOutSine interpolation on the argument. You can see how all of these interpolation functions look here: https://imgur.com/XZPgymK (12 ops)

Number = easeOutBack(Number)

Performs OutBack interpolation on the argument. You can see how all of these interpolation functions look here: https://imgur.com/XZPgymK (12 ops)

Number = easeOutQuint(Number)

Performs OutQuint interpolation on the argument. You can see how all of these interpolation functions look here: https://imgur.com/XZPgymK (12 ops)

Number = easeInOutQuart(Number)

Performs InOutQuart interpolation on the argument. You can see how all of these interpolation functions look here: https://imgur.com/XZPgymK (12 ops)

Number = easeInQuart(Number)

Performs InQuart interpolation on the argument. You can see how all of these interpolation functions look here: https://imgur.com/XZPgymK (12 ops)

Number = easeInOutCubic(Number)

Performs InOutCubic interpolation on the argument. You can see how all of these interpolation functions look here: https://imgur.com/XZPgymK (12 ops)

Number = easeOutQuart(Number)

Performs OutQuart interpolation on the argument. You can see how all of these interpolation functions look here: https://imgur.com/XZPgymK (12 ops)

Number = easeInSine(Number)

Performs InSine interpolation on the argument. You can see how all of these interpolation functions look here: https://imgur.com/XZPgymK (12 ops)

Number = easeInBounce(Number)

Performs InBounce interpolation on the argument. You can see how all of these interpolation functions look here: https://imgur.com/XZPgymK (12 ops)

Number = easeInOutQuint(Number)

Performs InOutQuint interpolation on the argument. You can see how all of these interpolation functions look here: https://imgur.com/XZPgymK (12 ops)

Number = easeInElastic(Number)

Performs InElastic interpolation on the argument. You can see how all of these interpolation functions look here: https://imgur.com/XZPgymK (12 ops)

Number = easeInOutBack(Number)

Performs InOutBack interpolation on the argument. You can see how all of these interpolation functions look here: https://imgur.com/XZPgymK (12 ops)

Number = easeOutExpo(Number)

Performs OutExpo interpolation on the argument. You can see how all of these interpolation functions look here: https://imgur.com/XZPgymK (12 ops)

Number = easeInCubic(Number)

Performs InCubic interpolation on the argument. You can see how all of these interpolation functions look here: https://imgur.com/XZPgymK (12 ops)

Number = easeOutElastic(Number)

Performs OutElastic interpolation on the argument. You can see how all of these interpolation functions look here: https://imgur.com/XZPgymK (12 ops)

Number = easeOutBounce(Number)

Performs OutBounce interpolation on the argument. You can see how all of these interpolation functions look here: https://imgur.com/XZPgymK (12 ops)

Number = easeInQuint(Number)

Performs InQuint interpolation on the argument. You can see how all of these interpolation functions look here: https://imgur.com/XZPgymK (12 ops)

Number = easeInOutElastic(Number)

Performs InOutElastic interpolation on the argument. You can see how all of these interpolation functions look here: https://imgur.com/XZPgymK (12 ops)

Number = easeInOutBounce(Number)

Performs InOutBounce interpolation on the argument. You can see how all of these interpolation functions look here: https://imgur.com/XZPgymK (12 ops)

Expression 2 ⚙️

Getting Started 🕊

Guides (In learning order) 🎓

Tools 🛠️

Click To Expand

Advanced

Beacon 💡

Control 🎛️

Data 💿

Detection 👀

Display 💻

Render 🖌

I/O 🔌

Physics 🚀

Utilities 🛠️

RFID 💳

Wireless 🛜

Gates 🚥

Click To Expand

TBD

Extras 🔭

Clone this wiki locally