Created
May 12, 2020 12:02
-
-
Save shm-sl/53a1872ca1732f6f0a00eac8c1bbd4b2 to your computer and use it in GitHub Desktop.
Smooth Scroll for Atom.io Text Editor
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
// ~/.atom/styles.less | |
// smooth scroll | |
atom-text-editor.editor > div > .scroll-view > div, | |
atom-text-editor.editor > div > .gutter-container > div { | |
transition: -webkit-transform .1s ease-out; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment