From 45ab7592b60227dd2e0e42f4166d8e79967c077f Mon Sep 17 00:00:00 2001 From: Kevin Thornbloom Date: Fri, 13 Dec 2013 12:06:54 -0500 Subject: [PATCH 1/3] Update README.md --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3af3e7a..1439fe3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ #Smoothslides -=================== A simple, lightweight, and responsive jQuery slideshow by Kevin Thornbloom that features Ken Burns type animations. @@ -21,11 +20,16 @@ http://kthornbloom.com/smoothslides - 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: +`````javascript - +````` ##Browser Support From dd0963eeaa8d6dde9d299a36f5933a454e0bdaa8 Mon Sep 17 00:00:00 2001 From: Kevin Thornbloom Date: Fri, 13 Dec 2013 12:21:18 -0500 Subject: [PATCH 2/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1439fe3..4e5f8ca 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ #Smoothslides A simple, lightweight, and responsive jQuery slideshow by Kevin Thornbloom that features Ken Burns type animations. +New- Added user customizable settings along with pan up & pan down effects ##Demo http://kthornbloom.com/smoothslides From 843024d0401743e8891429e8b881fcf375ecfbed Mon Sep 17 00:00:00 2001 From: Kevin Thornbloom Date: Fri, 13 Dec 2013 13:45:41 -0500 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e5f8ca..4e6bb16 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ http://kthornbloom.com/smoothslides ##Features - Lightweight [6Kb] -- Four Animation Types: Zoom In, Zoom Out, Pan Left, Pan Right, Pan Up, Pan Down +- Choose between six animation types, or let it randomize - Easily add captions - CSS3 transitions for smoother effects - Responsive image sizes