Add smooth scrolling to readme

macos-click-through
Keith Simmons 4 years ago committed by GitHub
parent 1d981f3c2c
commit 061a07ca37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -28,6 +28,14 @@ Cursor animates into position with a smear effect to improve tracking of cursor
![Animated Cursor](./assets/AnimatedCursor.gif) ![Animated Cursor](./assets/AnimatedCursor.gif)
### Smooth Scrolling
Scroll operations on buffers in neovim will be animated smoothly pixel wise rather than line by line at a time. Note, multigrid must be
enabled for this to work.
https://github.com/Kethku/neovide/wiki/Configuration#multiGrid
![Smooth Scrolling](./assets/SmoothScrolling.gif)
### Animated Windows ### Animated Windows
Windows animate into position when they are moved making it easier to see how layout changes happen. Note, multigrid must be enabled for Windows animate into position when they are moved making it easier to see how layout changes happen. Note, multigrid must be enabled for

Loading…
Cancel
Save