1.0.1 • Published 8 years ago

jquery.theawesomeshadow v1.0.1

Weekly downloads
1
License
GPL-3.0
Repository
github
Last release
8 years ago

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