kottenator / kottenator/jquery-circle-progress
No onDone function support
Open
- Dominant language
- JavaScript
- Stars
- 1.1k
- Forks
- 300
- PR merge metrics
- No merged PRs in 30d
Description
We need a onDone function support. Like
```js
$('.circle').circleProgress({value:0.6,animation:{duration:2000}},() => {
$('.circle').hide()
})
```
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue names the circleProgress entry point and its animation option, but no files or tests. Trace how animation completion is handled, then verify that an onDone callback can be supplied and runs after the progress animation finishes, using the provided jQuery example as the expected usage.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, jquery
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100