Motion Blur Effect On Scroll

Category: Animation , Javascript , Recommended | February 1, 2021
Author:pie6k
Views Total:2,079 views
Official Page:Go to website
Last Update:February 1, 2021
License:MIT

Preview:

Motion Blur Effect On Scroll

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

See Also:

You Might Be Interested In:


Leave a Reply