Submit your widget
125
Yays

Basic image Rotate effect with jQuery

Views 24949   downloads 2160   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 14565   downloads 2386   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.…

131
Yays

Annotation Overlay Effect with jQuery

Views 11343   downloads 1670   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…

149
Yays

CSS3 Super slick jQuery menu

Views 21923   downloads 3201   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…

112
Yays

Jquery Image Fade Cross Transition

Views 12423   downloads 1740   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…

132
Yays

jQuery fading header effect

Views 16457   downloads 2330   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…

108
Yays

jQuery plugin ImageView

Views 12511   downloads 1904   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"…

93
Yays

Amazing Webkit Image Hover Effects with CSS3

Views 10201   downloads 1931   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">…

120
Yays

Yoyo hover effect jQuery and CSS3

Views 12160   downloads 2108   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 14825   downloads 2468   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…

185
Yays

jQuery Plugin: rotate3Di - Flip HTML content in 3D

Views 18715   downloads 2902   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…

116
Yays

Popout Details on Hover CSS3

Views 28049   downloads 8140   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 8616   downloads 1401   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…

90
Yays

Color Changing Text and Backgrounds w/ jQuery

Views 10554   downloads 2053   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…

101
Yays

New jQuery plugin: “Fly Off Page”

Views 11952   downloads 1610   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…