1.0.9 • Published 2 years ago

rbxts-radial-progress v1.0.9

Weekly downloads
-
License
Apache 2.0
Repository
github
Last release
2 years ago

Circular progress package for all your needs! You can find examples of use in src/tests. Documentation & other info: link. Repository: link. Author: HintSystem. Typings & slight changes: Insadem. Version of this raw module: 2.0.0.

Installation:

npm install github:insadem/rbxts-radial-progress

Simple example of usage:

import CircularProgress from "rbxts-radial-progress";

const LoadCircle = new CircularProgress({
    Position: UDim2.fromScale(0.04, 0.65),
    Color: Color3.fromRGB(255, 69, 72),
    AnchorPoint: new Vector2(0, 1),
    BGRoundness: 1,
    Thickness: 0.5
});
LoadCircle.Animate("InfSpin2");
1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago