https://github.com/afeiship/wsui-shadow-on-scroll
Pure CSS drop shadow on scroll.
https://github.com/afeiship/wsui-shadow-on-scroll
css fixed scroll shadow sticky toolbar wsui
Last synced: 10 days ago
JSON representation
Pure CSS drop shadow on scroll.
- Host: GitHub
- URL: https://github.com/afeiship/wsui-shadow-on-scroll
- Owner: afeiship
- License: mit
- Created: 2016-05-21T05:35:30.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-08-13T14:53:05.000Z (almost 4 years ago)
- Last Synced: 2025-09-21T16:46:13.527Z (9 months ago)
- Topics: css, fixed, scroll, shadow, sticky, toolbar, wsui
- Language: SCSS
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# wsui-shadow-on-scroll
> Pure CSS drop shadow on scroll.
[![version][version-image]][version-url]
[![license][license-image]][license-url]
[![size][size-image]][size-url]
[![download][download-image]][download-url]
## installation
```shell
npm i @jswork/wsui-shadow-on-scroll
```
## usage
```scss
// use sass
@import '~@jswork/wsui-shadow-on-scroll/dist/index.scss';
// use css
@import '~@jswork/wsui-shadow-on-scroll/dist/style.css';
```
## preview
- https://afeiship.github.io/wsui-shadow-on-scroll/
## license
Code released under [the MIT license](https://github.com/afeiship/wsui-shadow-on-scroll/blob/master/LICENSE.txt).
[version-image]: https://img.shields.io/npm/v/@jswork/wsui-shadow-on-scroll
[version-url]: https://npmjs.org/package/@jswork/wsui-shadow-on-scroll
[license-image]: https://img.shields.io/npm/l/@jswork/wsui-shadow-on-scroll
[license-url]: https://github.com/afeiship/wsui-shadow-on-scroll/blob/master/LICENSE.txt
[size-image]: https://img.shields.io/bundlephobia/minzip/@jswork/wsui-shadow-on-scroll
[size-url]: https://github.com/afeiship/wsui-shadow-on-scroll/blob/master/dist/wsui-shadow-on-scroll.min.js
[download-image]: https://img.shields.io/npm/dm/@jswork/wsui-shadow-on-scroll
[download-url]: https://www.npmjs.com/package/@jswork/wsui-shadow-on-scroll