[Feature]希望减小滚动动画的延时效果
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Java
- Stars
- 10.1k
- Forks
- 934
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 82
Description
概述 | Summary
新加的动画效果不够友好,在滚动时导致较大的操作延迟,希望减小滚动动画的延时效果
原因 | Reason
新加的动画在滚动时导致较大的操作延迟
详情 | Description
现在的动画启动滞后,然后还有惯性,感觉像在mc的冰上走路一样,滚动动画没必要这么复杂,让滚动过程平滑就可以了,希望减小滚动动画的延时效果,或者直接把启动停止的延时干掉,即时启动,滚动过程平滑就可以了
Contributor guide
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 locating the recently added scroll animation in the Java desktop client and inspect how its startup, stopping delay, and inertia are configured. Reproduce the lag while scrolling, then verify that scrolling begins and stops promptly while remaining smooth, using any existing animation tests if the project provides them.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- desktop
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100