JQuery Based Flipped Image Gallery with Bounce Effects
Image galleries are most important element of any website. Here, I have created a simple jQuery based flipped image gallery. On hover the images will expand. Its simple and stylish gallery. My previous jquery image gallery was appreciated and I thought to give my readers an other one. Hope you will like it. Thanks.
JQuery Code
$(document).ready(function(){
///single
$("ul#single li").mouseover(function(){
$(this).stop().animate({height:'400px'},{queue:false, duration:600, easing: 'easeOutBounce'})
});
$("ul#single li").mouseout(function(){
$(this).stop().animate({height:'42px'},{queue:false, duration:600, easing: 'easeOutBounce'})
});
//horizontal
$("ul#horizontal li").mouseover(function(){
$(this).stop().animate({width:'650px'},{queue:false, duration:600, easing: 'easeOutBounce'})
});
$("ul#horizontal li").mouseout(function(){
$(this).stop().animate({width:'40px'},{queue:false, duration:600, easing: 'easeOutBounce'})
});
//vertical
$("ul#vertical li").mouseover(function(){
$(this).stop().animate({height:'400px'},{queue:false, duration:600, easing: 'easeOutBounce'})
});
$("ul#vertical li").mouseout(function(){
$(this).stop().animate({height:'42px'},{queue:false, duration:600, easing: 'easeOutBounce'})
});
});
HTML
Horizontal Gallery Effect
Vertical Gallery Effect
CSS
/* CSS Document */
ol, ul {
list-style: none;
}
h1 { font: bold 40px/40px Helvetica, Arial, Sans-serif; text-align: center; color: #eee; text-shadow: 0px 2px 6px #333; }
h2 { font: bold 30px/30px Helvetica, Arial, Sans-serif; color: #BFBF00; text-shadow: 0px 2px 6px #999; margin-left:20px;}
body {
}
body a {
text-decoration:none;
}
#wrapper {
width:900px;
margin-left:auto;
margin-right:auto;
overflow:visible;
margin-top:20px;
}
#vnav #horizontal li img{ border:solid 4px #999999; -moz-border-radius: 5px;
-webkit-border-radius: 5px;}
#vnav #horizontal li {
height:447px;
width:42px;
float:left;
cursor:pointer;
overflow:hidden;
color: #fff;
text-decoration: none;
font-weight: bold;
line-height: 1;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-box-shadow: 0 1px 3px #999;
-webkit-box-shadow: 0 1px 3px #999;
text-shadow: 0 -1px 1px #222;
border-bottom: 1px solid #222;
}
#vnav #vertical li img{ border:solid 4px #999999; -moz-border-radius: 5px;
-webkit-border-radius: 5px;}
#vnav #vertical li {
height:42px;
width:650px;
cursor:pointer;
overflow:hidden;
color: #fff;
text-decoration: none;
font-weight: bold;
line-height: 1;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-box-shadow: 0 1px 3px #999;
-webkit-box-shadow: 0 1px 3px #999;
text-shadow: 0 -1px 1px #222;
border-bottom: 1px solid #222;
}
#vnav #single li img{ border:solid 4px #999999; -moz-border-radius: 5px;
-webkit-border-radius: 5px;}
#vnav #single li {
height:42px;
width:650px;
cursor:pointer;
overflow:hidden;
color: #fff;
text-decoration: none;
font-weight: bold;
line-height: 1;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-box-shadow: 0 1px 3px #999;
-webkit-box-shadow: 0 1px 3px #999;
text-shadow: 0 -1px 1px #222;
border-bottom: 1px solid #222;
}
33 to “JQuery Based Flipped Image Gallery with Bounce Effects”
Post comment

Categories
- AJAX (28)
- Announcement (3)
- Blogging Tips (1)
- Codeigniter (16)
- CSS (14)
- Facebook (8)
- Freelance Tips (1)
- How-To (2)
- Joomla (1)
- JQuery (51)
- Miscellaneous (3)
- Mootools (1)
- MySQL (3)
- PHP (57)
- SEO (2)
- Technology (6)
- Tutorials (17)
- Twitter (2)
- Web Design (26)
- Web Development (58)
- WordPress (3)
Popular post
- 46 Highly Responsive Admin Templates for Your Websites
- $50 PayPal Cash & 5 Premium PHP Wall Script Prizes #Giveaway
- PHP Wall Script Clone with Real Time Features __ January 2013 Release __
- Things you should know if you are a Blogger
- Top 10 Must Have Qualities of a Freelance Web Developer
- Fundamental Factors for Mobile Compatible eCommerce Hosting
- Facebook Wall Script New Version in September 2012
Recommend











amazing….hohoho….great great
hi ZeeShan, Thanks for this simple and stylish gallery. I hope I can use it easily
[...] My previous jquery image gallery was appreciated and I thought to give my readers an other one.Source Link $(document).ready(function() { $('#social_nav_vertical li a').hover(function() { [...]
Bien ahhhhhhhhhhh
[...] on image galleries and menus are my favorite, because these two things put some attractive look into your webpages. [...]
[...] on image galleries and menus are my favorite, because these two things put some attractive look into your webpages. [...]
[...] 8. JQuery Based Flipped Image Gallery with Bounce Effects [...]
[...] Source | Demo [...]
[...] 48. JQuery Based Flipped Image Gallery with Bounce Effects [...]
[...] jQuery based flipped image Gallery with bounce effect [...]
[...] jQuery based flipped image Gallery with bounce effect [...]
What about the Adding control button? Any idea?
yes you can add this too. an example is here http://www.99points.info/2010/11/new-jquery-image-gallery-with-auto-playpause-rotation/
[...] 48. JQuery Based Flipped Image Gallery with Bounce Effects [...]
Thank you for this post. Please is it possible to connect to the database in that it gets the photos from database and increase the photos when the uses adds photo(s).
[...] JQuery Based Flipped Image Gallery [...]
[...] JQuery Based Flipped Image Gallery [...]
[...] jQuery based flipped image Gallery with bounce effect [...]
[...] with Bounce Effects A simple jQuery based flipped image gallery. On hover the images will expand. Documentation | [...]
this as an WP-plugin… would be amazing!!!
[...] jQuery Based Flipped ImageGallery with Bounce Effects [...]
Congratulations for the Successful transfer
hi zeeshan,you have done a amazing work here
i wanted to keep the first image opened initially and when user hovers on the second the first closes and the second opens
basically i want the first image to be in the expanded form when my webpage loads
can you help me with this?
Thanking You in advance
Hi Raghav, I think you can do this by keeping the width of first li to 650px. It will be opened initially and then when you move to second it will be closed. Try to play with width of first li.
thanks
[...] JQuery Based Flipped Image Gallery with Bounce Effects [...]
hi, zeeshan i m your big fan. i have a question how can i make login+comment system ….mean only registered member could comment .
[...] jQuery based flipped image Gallery with bounce effect [...]
[...] JQuery Based Flipped Image Gallery with Bounce Effects [...]
[...] JQuery Based Flipped Image Gallery with Bounce Effects [...]
[...] jQuery based flipped image Gallery with bounce effect [...]
[...] jQuery based flipped image Gallery with bounce effect [...]
[...] does galleries, slideshows, carousels, slides… pratically everything that has multiple states.jQuery Based Flipped Image Gallery with Bounce Effectsa simple jQuery based flipped image gallery. On hover the images will expand. Its simple and stylish [...]
[...] 62、JQuery Based Flipped Image Gallery with Bounce Effects [...]