Socket
Socket
Sign inDemoInstall

hyper-fading-scrollbar

Package Overview
Dependencies
4
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    hyper-fading-scrollbar

A hyper plugin that fades the scrollbar when not in use.


Version published
Weekly downloads
41
decreased by-16.33%
Maintainers
1
Install size
80.0 kB
Created
Weekly downloads
 

Readme

Source

Hyper Fading Scrollbar

NPM version NPM download count

Screen capture of the fading scrollbar Hyper plugin

A hyper plugin that fades the scrollbar when not in use.

Installation

hyper i hyper-fading-scrollbar

You may want to make sure that your color theme package comes first in the config.plugins array in .hyper.js, so that the right color is applied to the scrollbar (it is inherited from the borderColor setting by default).

Options

You can customize the scrollbar color by using the scrollbarColor and scrollbarOpacity settings in your .hyper.js config:

module.exports = {
  config: {
    // ...

    scrollbarColor: 'tomato', // any valid css color
    scrollbarOpacity: 0.1, // value between 0 and 1
  }
}

Compatibility

This plugin has been updated to work with Hyper v3. To use it with v2, please use version 1.1.4 of this plugin.

Keywords

FAQs

Last updated on 01 Jul 2021

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc