-
Notifications
You must be signed in to change notification settings - Fork 85
/
fractionslider.jquery.json
36 lines (36 loc) · 1.22 KB
/
fractionslider.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
34
35
36
{
"name": "fractionslider",
"title": "Fraction Slider",
"description": "jQuery plugin for image/text-sliders. It allows you to animate multiple elements per slide. Set different animation methodes like fade or (from) left, delays and easing for each element, or spimple set some defaults in the plugin options. You also have full layout/design control through html and css (every html-element can be animated). Its also fully responsive.",
"keywords": [
"slider",
"slideshow",
"parallax",
"imageslider",
"animation"
],
"version": "1.0.0",
"author": {
"name": "Mario Jäckle | jacksbox.design",
"url": "http://jacksbox.de"
},
"maintainers": [
{
"name": "Mario Jäckle",
"email": "[email protected]",
"url": "http://jacksbox.de"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jquery/jquery-color/blob/2.1.2/MIT-LICENSE.txt"
}
],
"homepage": "http://fractionslider.jacksbox.de",
"demo": "http://fractionslider.jacksbox.de",
"docs": "http://jacksbox.de/stuff/jquery-fractionslider/documentation/",
"dependencies": {
"jquery": ">=1.8"
}
}