rbxts-radial-progress
TypeScript icon, indicating that this package has built-in type declarations

1.0.9 • Public • Published

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");

Package Sidebar

Install

npm i rbxts-radial-progress

Weekly Downloads

2

Version

1.0.9

License

Apache 2.0

Unpacked Size

38.6 kB

Total Files

9

Last publish

Collaborators

  • insadem