
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
smoothie-scroll
Advanced tools
Smooth fake scrollbar for your `awesome` projects
Inspired and written on top of smooth-scrolling by Baptiste Briel and VirtualScroll by Florian Morel
npm i smoothie-scroll --s
Init your Smoothie with new Smoothie(el, options) with el as smoothie wrapper
el: DOM element or DOM selector
and the following options (if you want)
orientation: 'vertical',
deltaX: true, || default: false (if you want horizontal scroll with side delta on mouse/trackpad)
ease: 0.075,
prefix: prefix('transform'),
listener: document.body,
vs: {
limitInertia: false,
mouseMultiplier: 1,
touchMultiplier: 1.5,
firefoxMultiplier: 30,
preventTouch: true,
},
vs is options are for VirtualScroll utility
You can tween enter and exit of scrollbar using css classes:
.is-entering and .is-leaving on:
.scrollbar-track
new Smoothie(options)
Return a new instance of Smoothie. See the options below.
instance.init(: initial position :)
Life comes here!
Optional you can set initial position
instance.update()
Update the instance with new bounds.
instance.on()
Listen to the scroll.
instance.off()
Remove the listener.
instance.destroy()
Will remove all events and unbind the DOM listeners.
instance.setTo()
Immediatly set position of your scrollbar.
Events note:
Each instance will listen only once to any DOM listener. These listener are enabled/disabled automatically. However, it's a good practice to always call destroy() on your Smoothie instance, especially if you are working with a SPA.
MIT.
FAQs
Fake scroll with a smooth engine
We found that smoothie-scroll demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.