jquery.theawesomeshadow

1.0.1 • Public • Published

jquery.theawesomeshadow

jQuery plugin for shadow scroll animation

For example look at index.html https://binoalien.github.io/jquery.theawesomeshadow/

Set Options

var options = {
        minshadow: 5,                   // Min Shadow
        maxshadow: 45,                  // Max Shadow
        zoom: 1.019,                    // Scale/Zoom
        tweak: -300,                    // Tweak (When animation starts and stops)
        shadowcolor: 'rgba(0,0,0,0.4)', // Shadow Color
        shadowLeftRight: 0,             // Shadow Horizontal Length
        shadowTopBottom: 2              // Shadow Vertical Length
    };

Init jquery.theawesomeshadow

$('.card').theAwesomeShadow(options);

Use NPM

npm install jquery.theawesomeshadow --save-dev

https://www.graustich.com

Dependents (0)

Package Sidebar

Install

npm i jquery.theawesomeshadow

Weekly Downloads

1

Version

1.0.1

License

GPL-3.0

Last publish

Collaborators

  • binoalien