jQuery plugin for shadow scroll animation
For example look at index.html https://binoalien.github.io/jquery.theawesomeshadow/
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
};
$('.card').theAwesomeShadow(options);
npm install jquery.theawesomeshadow --save-dev