diff --git a/README.md b/README.md index d80fbf6..3af3e7a 100644 --- a/README.md +++ b/README.md @@ -8,17 +8,41 @@ http://kthornbloom.com/smoothslides ##Features -- Lightweight [3.5Kb] -- Four Animation Types: Zoom In, Zoom Out, Pan Left, Pan Right +- Lightweight [6Kb] +- Four Animation Types: Zoom In, Zoom Out, Pan Left, Pan Right, Pan Up, Pan Down - Easily add captions - CSS3 transitions for smoother effects - Responsive image sizes +- Set various defaults ##Usage - -- Include jQuery, smoothslides.js, and smoothslides.css +- Include smoothslides.css in the header +- Include jQuery and smoothslides.min.js in the footer - Create a div with a class of "ss-slides". Create each slide within as a div called "ss-slide" and place your image inside. Images should be the same size. - Want a caption? Add a title attribute to your "ss-slide" div. +- Call your script: + + + ##Browser Support - Full support: Chrome, Safari, Firefox (16+), Internet Explorer (9+) diff --git a/index.html b/index.html index 9485124..c869172 100644 --- a/index.html +++ b/index.html @@ -89,42 +89,17 @@