Motion Blur Effect On Scroll

Category: Animation , Javascript , Recommended | February 1, 2021
Authorpie6k
Last UpdateFebruary 1, 2021
LicenseMIT
Tags
Views2,939 views
Motion Blur Effect On Scroll

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

See Also:

You Might Be Interested In:


Leave a Reply