darkdrim / smoothslides
A responsive jQuery slideshow with beautiful panning effects on each image
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 39
Language:JavaScript
This package is not auto-updated.
Last update: 2024-11-09 18:32:45 UTC
README
#Smoothslides
A responsive jQuery slideshow with beautiful panning effects on each image. Created by Kevin Thornbloom
Добавил данный пакет в pakagist.
##Demo
Demo Page
##Usage
###Include CSS in header
<link rel="stylesheet" href="css/smoothslides.theme.css">
###Include JS in footer (after loading jQuery)
<script type="text/javascript" src="js/smoothslides.min.js"></script>
<script type="text/javascript">
$(window).load( function() {
$(document).smoothSlides({
duration: 4000
/* options seperated by commas */
});
});
</script>
###Add HTML Markup for slides
<div class="ss-slides">
<div class="ss-slide">
<img src="images/1.jpg" />
</div>
<div class="ss-slide" title="Caption">
<img src="images/2.jpg" />
</div>
</div>
Note- to add a caption, put a title on that slide's div.
##Options
##Licensing Free to use and modify personally or commercially. Not for resale.
##Help & Feedback Connect with me on twitter.