forked from Vchouliaras/jquery.animateSlider.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathanimateSlider.jquery.json
33 lines (33 loc) · 1.14 KB
/
animateSlider.jquery.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "animateSlider",
"title": "Animate Slider",
"description": "A jQuery Slider plugin with speacific animations for each element.It uses some predefined animation classes (fadeIn,fadeOut,rotateIn,bounce,slideInRight etc.) and adds them to each element on the slider.It also add classes with delay for each animation (delay1s,delay1-5s,delay2s etc.)",
"version": "1.0.6",
"homepage": "https://github.com/vchouliaras/jquery.animateSlider.js",
"docs": "https://github.com/Vchouliaras/jquery.animateSlider.js#animate-slider---v100",
"demo": "http://vchouliaras.github.io/jquery.animateSlider.js/",
"author": {
"name": "Vasileios Chouliaras",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/vchouliaras/jquery.animateSlider.js.git"
},
"bugs": "https://github.com/vchouliaras/jquery.animateSlider.js/issues",
"licenses":
[
{
"type": "MIT",
"url": "https://github.com/vchouliaras/jquery.animateSlider.js/blob/master/LICENSE-MIT"
}
],
"dependencies": {
"jquery": ">=1.9.0"
},
"keywords": [
"animate",
"slider",
"animations"
]
}