Submit your widget
127
Yays

Basic image Rotate effect with jQuery

Views 25321   downloads 2254   Image Effects

Description: This is an final product of a Wilq32.PhotoEffect Snippet (browse blog to get more information). Actually you can use this simple and tiny script to rotate images (any angle) directly on client…

110
Yays

Jquery And CSS3 Virtual Light Table With Draggable Photos

Views 14824   downloads 2494   Image Effects

how to use CSS3 and jQuery to create a nice-looking virtual light table with draggable photos. A traditional light table is a flat illuminated panel that you can place transparent slides on for viewing.…

132
Yays

Annotation Overlay Effect with jQuery

Views 11581   downloads 1775   Image Effects

we will create a simple overlay effect to display annotations in e.g. portfolio items of a web designers portfolio. The Markup The HTML is pretty simple: we have a main “portfolio” wrapper…

152
Yays

CSS3 Super slick jQuery menu

Views 22259   downloads 3322   Menu & Navigation

The plugin called jSlickmenu, creates, well, slick menus with jQuery. Combined with some great CSS3 features likes rotation and shadows, this plugin can really lift up your design. It's fairly easy to…

121
Yays

Jquery Image Fade Cross Transition

Views 12704   downloads 1866   Image Effects

  Image rollovers were the staple JavaScript nugget of the 90s, and for a lot of JavaScript developers I know, one of the starting places their passion for JavaScript. Today, rollovers are a no-brainer…

140
Yays

jQuery fading header effect

Views 16794   downloads 2437   Image Effects

The HTML and CSS The HTML is very straight forward. We have a h1 element with a link inside of it. We’re going to hook our Javascript onto our header (or whichever element we want to add this effect…

115
Yays

jQuery plugin ImageView

Views 12850   downloads 2007   Image Effects

This is  jQuery plugin which can help you to create image viewing in your site more useful. Code excample <div id="imageView_container"> <img src="photos/image-800x500.jpg" rel="photos/image-1680x1050.jpg"…

95
Yays

Amazing Webkit Image Hover Effects with CSS3

Views 10423   downloads 2028   Image Effects

Image Shrink Effect The image will shrink if you put your mouse pointer on top of it. It is achieved by using the -webkit-transform:scale(value) property. The HTML <div id="demo-1" class="demobox">…

122
Yays

Yoyo hover effect jQuery and CSS3

Views 12431   downloads 2201   Image Effects

Haven’t you ever just wanted a yoyo on your webpage? A beautiful, animated, spinning yoyo that slides down like a real yoyo would? The HTML There is very little HTML markup, so it is pretty easy…

132
Yays

CSS and Jquery: an Image Slider

Views 15070   downloads 2572   Image Effects

Basically you are going to create a jquery effect. When a holder is hovered over the top image slides down to reveal the image underneath. I will also explain how to use position absolute to float an…

187
Yays

jQuery Plugin: rotate3Di - Flip HTML content in 3D

Views 19217   downloads 3007   Image Effects

Rotate3Di is a jQuery Effect Plugin that makes it possible to do an isometric 3D flip or 3D rotation of any HTML content. It also enables custom 3D rotation animations. CSS Transforms are used to create…

118
Yays

Popout Details on Hover CSS3

Views 28584   downloads 8685   Image Effects

HTML The columns are made up of unordered list items, within each list item is the thumbnail image and the details of the item wrapped in a class of "info". <ul class="columns"> <li> <a…

86
Yays

jCaption: jQuery Image Captions with Customizable Markup, Style and Animation

Views 8831   downloads 1503   Image Effects

jCaption is a jQuery plugin designed to make adding captions to a page dead simple. It takes an image element and uses one of its attributes to build the markup for a caption. It allows for both arbitrary…

92
Yays

Color Changing Text and Backgrounds w/ jQuery

Views 10854   downloads 2156   Image Effects

Here’s a quick and easy way to cycle between multiple colors smoothly. Normally you would define the (background) color in the CSS and that would be the end of it. In this case we want to be able…

104
Yays

New jQuery plugin: “Fly Off Page”

Views 12156   downloads 1701   Image Effects

There is a new jQuery plugin, it’s called "Fly Off Page". It will take selected elements and make them fly (not literally) off the page in a random or pre-defined direction. Customizable options…