
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







