rbx-cubic-bezier
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

Bezier

Used to create Bezier functions.

API

import Bezier from "rbx-cubic-bezier";
 
const EasingFunc = new Bezier(0.17, 0.67, 0.83, 0.67);
 
EasingFunc(0) // 0
EasingFunc(0.5) // something in between
EasingFunc(1) // 1

Test and generate Bezier curves here at cubic-bezier.com or at greweb.me Credit: Math borrowed from here.

Package Sidebar

Install

npm i rbx-cubic-bezier

Weekly Downloads

2

Version

0.0.1

License

ISC

Unpacked Size

5.33 kB

Total Files

4

Last publish

Collaborators

  • validark