https://github.com/dangvanthanh/jquery.longshadow
Long shadow jQuery plugin
https://github.com/dangvanthanh/jquery.longshadow
jquery shadow-jquery-plugin
Last synced: 2 months ago
JSON representation
Long shadow jQuery plugin
- Host: GitHub
- URL: https://github.com/dangvanthanh/jquery.longshadow
- Owner: dangvanthanh
- License: mit
- Created: 2013-08-30T00:25:36.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2023-08-11T16:07:17.000Z (almost 2 years ago)
- Last Synced: 2025-03-01T05:31:43.997Z (3 months ago)
- Topics: jquery, shadow-jquery-plugin
- Language: HTML
- Homepage:
- Size: 1.5 MB
- Stars: 15
- Watchers: 6
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Long Shadow jQuery Plugin
[](http://standardjs.com/)
> Easy text-shadow with long shadow jquery plugin

## CDN
```html
```
## Usage
```js
$(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](https://dangthanh.org)