Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lemehovskiy/animatedbrackets
https://github.com/lemehovskiy/animatedbrackets
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lemehovskiy/animatedbrackets
- Owner: lemehovskiy
- Created: 2017-09-11T19:03:14.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-06T13:48:23.000Z (about 7 years ago)
- Last Synced: 2024-10-14T08:12:12.805Z (about 1 month ago)
- Language: JavaScript
- Size: 6.9 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
animatedBrackets
-------### Demo
[https://lemehovskiy.github.io/animatedBrackets/demo](https://lemehovskiy.github.io/animatedBrackets/demo/)
### Package Managers
```sh
# NPM
npm install animated_brackets
```### Settings
Option | Type | Default
--- | --- | ---
points | array | ['0 20, 0 0, 100 0, 100 20','100 80, 100 100, 0 100, 0 80']
color | string | '#ffffff'
stroke_width | int | 10
duration | int | 1
delay | int | 1Example:
```html
Lorem ipsum dolor$('.animated-brackets').animatedBrackets({
points: [
'0 20, 0 0, 100 0, 100 100, 0 100, 0 80'
],
stroke_width: 8,
color: '#cacaca'
});```
### Browser support
* Chrome
* Firefox
* Opera
* IE10/11### Dependencies
* jQuery 1.7