Author: | pie6k |
---|---|
Views Total: | 2,079 views |
Official Page: | Go to website |
Last Update: | February 1, 2021 |
License: | MIT |
Preview:

Description:
A lightweight JavaScript library that adds a smooth motion blur effect to body scroll. Written in TypeScript.
See It In Action:
How to use it:
1. Import the library.
import { initializeBodyScrollMotionBlur } from './src';
2. Initialize the library and done.
initializeBodyScrollMotionBlur();
Build the demo:
$npm i $npm run-script demo