All Projects → dangvanthanh → jquery.longShadow

dangvanthanh / jquery.longShadow

Licence: MIT license
Long shadow jQuery plugin

Programming Languages

javascript
184084 projects - #8 most used programming language

Long Shadow jQuery Plugin

Build Status: Linux JavaScript Style Guide

Easy text-shadow with long shadow jquery plugin

UNPKG

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

Use

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

Available Options

Option Type Default Description
colorShadow String #ccc Color of text-shadow (HEX, RGB, RGBA)
sizeShadow Integer 50 Numbers value of text-shadow
directionShadow String bottom-right Direction of text-shadow. Currently, have 8 direction: top, right, bottom, left, top-right, top-left, bottom-right, bottom-left

License

MIT © Dang Van Thanh

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].