bare-bones-slider
Advanced tools
Comparing version 1.2.1 to 1.2.3
{ | ||
"name": "bare-bones-slider", | ||
"description": "Bare Bones Slider is a minimalistic jQuery slider. The biggest strength of this slider isn't what it does; it's what it doesn't do. By default, there's very little bloat so developers can focus on adding new functionality without having to undo the plugin's 'helpful' features. Beginners can use pre-coded options, while experts can control it using public methods. You also have the choice of CSS3 transitions or jQuery animations. It even has a carousel for mutiple items per slide.", | ||
"description": "Bare Bones Slider is a minimalistic jQuery slider. The biggest strength of this slider isn't what it does; it's what it doesn't do. By default, there's very little bloat so developers can focus on adding new functionality without having to undo the plugin's 'helpful' features. Beginners can use pre-coded options, while experts can control it using public methods. It even has a carousel for mutiple items per slide.", | ||
"keywords": [ | ||
@@ -11,5 +11,5 @@ "slider", | ||
], | ||
"version": "1.2.1", | ||
"version": "1.2.3", | ||
"dependencies": { | ||
"jquery": ">=1.4" | ||
"jquery": ">=1.7" | ||
}, | ||
@@ -16,0 +16,0 @@ "author": { |
@@ -30,3 +30,3 @@ Bare-Bones-Slider | ||
* Carousel to show multiple slides simultaneously | ||
* Choice between CSS3 transitions and jQuery animations | ||
* Uses CSS3 transitions with advanced easing | ||
* Loads images on demand | ||
@@ -41,3 +41,3 @@ * Allows you to make your own pagination and controls | ||
Bare Bones slider has a .js and a .css file in addition to the jQuery library. Optionally, you can include the <a href="http://gsgd.co.uk/sandbox/jquery/easing/" target="_blank">easing plugin</a> for animations. | ||
Bare Bones slider has a .js and a .css file in addition to the jQuery library. | ||
@@ -47,3 +47,2 @@ ``` | ||
<script src="http://code.jquery.com/jquery-latest.js"></script> | ||
<script type="text/javascript" src="js/jquery.easing.1.3.js"></script> | ||
<script type="text/javascript" src="js/jquery.bbslider.min.js"></script> | ||
@@ -50,0 +49,0 @@ ``` |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22846
324
69
Updatedjquery@>=1.7