Skip to content
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.

Smooth scroll #307

Merged
merged 5 commits into from
Jan 13, 2018
Merged

Smooth scroll #307

merged 5 commits into from
Jan 13, 2018

Conversation

ueokande
Copy link
Owner

@ueokande ueokande commented Jan 13, 2018

close #57

It supports smooth scroll by property smoothscroll:

:set smoothscroll      " enable smooth scroll
:set nosmoothscroll    " disable smooth scroll

@ueokande ueokande merged commit 2302a1d into master Jan 13, 2018
@ueokande ueokande deleted the smooth-scroll branch January 13, 2018 11:14
@ueokande ueokande added this to the 0.9 milestone Jan 13, 2018
@codethief
Copy link

codethief commented Jan 16, 2018

Thanks so much for implementing this! Could you elaborate on where/how one can set the smoothscroll property?

@Nefari0uss
Copy link

@codethief Unless I'm mistaken, you'd bring up the command window with : and type set smoothscoll.

@Lesik Lesik mentioned this pull request Apr 23, 2018
1 task
@Lesik
Copy link

Lesik commented Apr 23, 2018

Maybe it's just me, but I find the this implementation impossible to use. The scrolling is smooth if you press the key once, but if you press it multiple times, or worse, hold it, it stutters horribly. Is everybody else not experiencing this or just not bothered by this?

@EnacheB
Copy link

EnacheB commented May 15, 2018

@Lesik I agree with you, the arrow keys give much smoother scrolling

@ueokande
Copy link
Owner Author

@Lesik @EnacheB
Yes, Vim-Vixen scrolls pages by controlling animation, itself. Firefox's one can be better on performance than it.

@indeedwatson
Copy link

Is the stuttering going to get fixed? It doesn't seem "smooth" at all. How does vimium achieve its truly smooth scrolling?

@ueokande ueokande mentioned this pull request Jul 7, 2018
2 tasks
@ueokande
Copy link
Owner Author

ueokande commented Jul 7, 2018

I added #425. Please continue to discuss in the issue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Smooth scrolling option
6 participants