-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: customizable animation speed #22
Comments
You might want to tweak with |
Oh yeah that's it, thanks! I had no clue these already existed since they're not mentioned anywhere in the README and there are no helpfiles. Perhaps they should be added to the customization section in the README? :) |
Include new customization options. Closes psliwka#22
Include new customization options. Closes psliwka#22
Include new customization options. Closes psliwka#22
Include new customization options. Closes psliwka#22
Include new customization options. Closes psliwka#22
Include new customization options. Closes psliwka#22
Include new customization options. Closes psliwka#22
Include new customization options. Closes psliwka#22
Closes psliwka#22
Closes psliwka#22
Closes psliwka#22
Closes psliwka#22
These actually were omitted from the README for a reason. Both are somewhat unstable:
I decided to hide these params from a casual user for now, until they are either fixed or replaced with more user-friendly counterparts. |
@psliwka After latest update, I feel like the animation is somewhat "choppy" and "low-fps-like". Sorry, I can't describe it better :)
Peek.2021-01-17.15-38.mp4 |
The subline potion was previously added with incorrect sign (should be negated instead). This might be partially responsible for animation speed quirks described in #22 (comment)
Note to myself: the @pvonmoradi's report came in before pushing out velocity curve tweaks (6cd5dea and 4bb75e5). |
@pvonmoradi: could you please clarify whether your problem appeared after vim-smoothie update, or an update of Vim itself? |
@psliwka I'm not 100% sure, but I think after vim-smoothie update. Peek.2021-01-17.21-20.mp4 |
The rest of configuration variables remains hidden from a regular user, as explained in #22 (comment)
Similar issue - love me more linear tweening... perhaps I'm too used to vim-smooth-scroll. I think the generous roll-off at the end is what contributes to perceived "choppiness". I ended up setting |
@pvonmoradi: it is likely that your issue has been fixed in f2aaab1. |
Thanks for the heads up. Just updated. Now PageUp/PageDown don't do anything. Also it seems the scroll is way faster (not as smooth/slow before). |
Ah, I escaped them incorrectly. Fixed with 3b87e35.
It is likely that for you it used to run way slower than I intended, and now it is running the way I wanted it to run in the first place ;) It should look like that now: Screen.Recording.2022-05-04.at.13.25.36.mov |
I would like the ability to modify the speed of the scrolling animation. I don't know how difficult it would be to implement, but I would love if it were configurable by setting the duration time of the animation in milliseconds. If that's not possible, perhaps an animation factor that for instance doubles the duration of the animation if set to 2 and halves the duration if set to 0.5.
The text was updated successfully, but these errors were encountered: