A simple JavaScript-based circular progress animation using the HTML5 Canvas API, which displays the progress in Tamil numeric (௦-௯) instead of standard numbers.
- Smooth circular progress animation
- Displays percentage in Tamil numerals
- Uses HTML5 Canvas API
- Lightweight, pure JavaScript (No dependencies)
| Variable | Description | Default Value |
|---|---|---|
color |
Progress bar color | "turquoise" |
bgcolor |
Background circle color | "#222" |
width/height |
Canvas size | 300x300 |
lineWidth |
Stroke width of the circle | 30px |
Developed by Santhoshkumar Inspired by Tamil numeral system and modern UI animations.