rbxts-radial-progress
v1.0.9
Published
Radial progress for all your needs.
Downloads
2
Maintainers
Readme
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");