SkillAgentSearch skills...

Jquery.longShadow

Long shadow jQuery plugin

Install / Use

/learn @dangvanthanh/Jquery.longShadow
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Long Shadow jQuery Plugin

JavaScript Style Guide

Easy text-shadow with long shadow jquery plugin

CDN

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

Usage

$(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

Related Skills

View on GitHub
GitHub Stars15
CategoryDevelopment
Updated2y ago
Forks7

Languages

HTML

Security Score

80/100

Audited on Jul 10, 2023

No findings