1.0.2 • Published 11 months ago

@firere/bezier-tween v1.0.2

Weekly downloads
-
License
GPL-3.0-only
Repository
github
Last release
11 months ago

bezier-tween

A typed module which allows you to use cubic Bezier tweens in Roblox. It tries to behave as closely as possible to the behaviour of regular Tweens, including implementing the same methods and PlaybackStates.

Example usage

const gui = new Instance("ScreenGui");
const box = new Instance("Frame");
box.Parent = gui;
gui.Parent = Players.LocalPlayer.FindFirstChild("PlayerGui") as PlayerGui;

const tween = new BezierTween([0.25, 0.1, 0.25, 1])
1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

12 months ago

0.0.2

1 year ago

0.0.1

1 year ago

0.0.0

1 year ago