smooth-scroll
Smooth scroll of text-editor by mouse & keybord. It's provided via requestAnimationFrame instead of CSS. Alternative scroll mode (different speed) and horizontal scroll mode included.

Installation
To install smooth-scroll search for smooth-scroll in the Install pane of the Pulsar settings or run ppm install smooth-scroll. Alternatively, you can run ppm install asiloisad/pulsar-smooth-scroll to install a package directly from the GitHub repository.
Commands
Scrolling text-editor is done by mouse wheel. Modifiers can be used:
Ctrl: scroll all visible text editors,Alt: use alternative speed setting,Shift: change scroll to horizontal direction.
In atom-text-editor:not([mini]) there are available commands:
smooth-scroll:scroll-up: (defaultAlt-PageUp) scroll current text-editor upsmooth-scroll:scroll-up-all: scroll all pane-active text-editor upsmooth-scroll:scroll-down: (defaultAlt-PageDown) scroll current text-editor downsmooth-scroll:scroll-down-all: scroll all pane-active text-editor downsmooth-scroll:increase-step: (defaultAlt-Shift-PageUp) increase scroll step ofscroll-upandscroll-up-allsmooth-scroll:decrease-step: (defaultAlt-Shift-PageDown) decrease scroll step ofscroll-downandscroll-down-allsmooth-scroll:scroll-to-cursor: scroll current text-editor to last added cursor
Contributing
Got ideas to make this package better, found a bug, or want to help add new features? Just drop your thoughts on GitHub — any feedback’s welcome!