Skip to content

Commit

Permalink
Updated Readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
splashbox committed Feb 25, 2015
1 parent 3fc38b8 commit 8af9186
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Gridder V1
=======

Version : 1.1
Version : 1.2

A jquery plugin imitating the Google Images page behaviour.

I'm creating this jQuery plugin as I was unable to find a similar one on internet.

Please note that i'm very new to Jquery, so you may stumble on weird errors. But i'm more than willing to help if this occurs.

Live demo GRIDDER v1 : http://www.oriongunning.com/demo/gridder/demo.html
Live demo GRIDDER v1.2 : http://www.oriongunning.com/demo/gridder/demo.html

=======

Expand All @@ -24,6 +24,7 @@ Live demo GRIDDER v2 : http://www.oriongunning.com/demo/gridder/demo.html
- Multiple instances
- Really easy to use and customize
- Expanding preview with details
- Smooth Scrolling

### Coming soon ...
- A new theme!
Expand Down Expand Up @@ -60,7 +61,12 @@ Live demo GRIDDER v2 : http://www.oriongunning.com/demo/gridder/demo.html
$(function() {

// Call Gridder
$('.gridder').Gridder();
$('.gridder').Gridder({
scrollOffset: 30,
scrollTo: 'panel', // panel or listitem
animationSpeed: 600,
animationEasing: "easeInOutExpo"
});

});
</script>
Expand Down
4 changes: 2 additions & 2 deletions js/gridder.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* GRIDDER (http://www.oriongunning.com/)
* Version 1.1
* GRIDDER V1 (http://www.oriongunning.com/)
* Version 1.2
* This work is licensed under a Creative Commons Attribution 3.0 Unported License.
*/

Expand Down

0 comments on commit 8af9186

Please sign in to comment.