-
Notifications
You must be signed in to change notification settings - Fork 222
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(animate): document issues with scrolling via
j
/k
with 'wrap'
Details: - Do not make this default as it is mostly needed for scroll animation (resize can't be repeated by holding key *and* each scroll being for more than a single cell). Setting it only to `animate.timing` breaks the symmetry of the same timing across all animations. Besides, scrolling via holding `j`/`k` should be avoided *and* exact cutoff of maximum step duration depends on the OS settings for the key repeat rate. Resolve #1588 Resolve #242
- Loading branch information
1 parent
65445ad
commit dc17756
Showing
2 changed files
with
26 additions
and
14 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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