1.0.4 • Published 10 months ago

jquery-longshadow v1.0.4

Weekly downloads
25
License
MIT
Repository
github
Last release
10 months ago

Long Shadow jQuery Plugin

JavaScript Style Guide

Easy text-shadow with long shadow jquery plugin

npm.io

CDN

<script src="https://unpkg.com/jquery-longshadow"></script>

Usage

$(selector).longShadow({
    colorShadow: '#a13c32',
    sizeShadow: 70,
    directionShadow: 'bottom'
});

Available Options

OptionTypeDefaultDescription
colorShadowString#cccColor of text-shadow (HEX, RGB, RGBA)
sizeShadowInteger50Numbers value of text-shadow
directionShadowStringbottom-rightDirection of text-shadow. Currently, have 8 direction: top, right, bottom, left, top-right, top-left, bottom-right, bottom-left

License

MIT © Dang Van Thanh