lsjwzh / lsjwzh/MaterialLoadingProgressBar
animation not work
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 1.1k
- Forks
- 214
- PR merge metrics
- No merged PRs in 30d
Description
i write a simple animation with 500 ms duration and set it to progress bar but it disappear immediately without duration effect.
```
AlphaAnimation fadeOut = new AlphaAnimation(1.0f, 0.0f);
fadeOut.setDuration(500);
circularProgress.startAnimation(fadeOut);
```
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the reported behavior with the AlphaAnimation snippet on the circularProgress ProgressBar and verify whether the 500 ms duration is applied before the view disappears. Done means the progress bar remains visible for the requested animation duration and the behavior is covered by an appropriate Android test or reproduction check.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100