重新实现平滑滚动算法 - #6569
Open
Glavo wants to merge 4 commits into
Open
Conversation
Assisted-by: codex:gpt-5.6-sol
Contributor
|
经过测试,本 PR 若按照最低验收标准的话,可以 Resolve #6182 目前新的平滑滚动算法在 Mac 的触控板上基本上已经满足了跟手且无严重卡顿的标准,即便有些瑕疵:
我还测试了一下 Mac 在随航模式和鼠标。前者应该是我使用的 macOS 还没有触控支持,笔只能模拟鼠标行为,后者若存在问题应该是外部难以控制的因素导致的。这两种情形就目前来看我觉得没必要再考虑继续花时间了 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
本 PR 使用 M3FX 的平滑滚动算法替代了 MaterialFX 中的平滑滚动算法。