What is Growee?
Growee is a jQuery plugin for creating animated inline contents, it nicely animates on mouse-over to make contents catchy. It was built using the jQuery library.
Demonstration
See it in action or you can view the demonstration on new window
-
Categories
- Computers
- Electronics
- Car Accessories
- Home and Office
- Apparel
- Others
-
John Resig
-
John Resig is the Dean of Open
Source and head of Jscript development at Khan Academy..
-
Bookmarks
-
cakephp.com
php.net
jquery.com
How to use
$(document).ready(function() {
$(“.mydiv”).growee({grow: 30, selected: 2, maxWidth: 200});
});
API
| Option | Default value | Description |
|---|---|---|
| grow | 40 | Maximum grow height animation |
| element | .showHide | Element to show when a content is selected |
| selected | 1 | Selected default content |
| event | mousover | Events (mousover or click) |
| speed | fast | Animation speed fast,100,200 etc.. |
| maxWidth | 300 | Maximum content width |
Download
You can download growee here
Change Log
* Fixed ul height on window resize
* Fixed bug on animation
Support
For bug, enhancement and new features please post to the GitHub tracker or GitHub repository
License
Growee is released under the terms of the MIT and GPL 2.0. You can use it free of charge, change it or build upon it however you like.
