Submit your widget
126
Yays

Basic image Rotate effect with jQuery

Views 24974   downloads 2165   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 14586   downloads 2395   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 11361   downloads 1676   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 21946   downloads 3212   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 12447   downloads 1747   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 16484   downloads 2340   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 12541   downloads 1911   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 10223   downloads 1941   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 12184   downloads 2115   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 14841   downloads 2478   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 18763   downloads 2918   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 28134   downloads 8183   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 8641   downloads 1409   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 10578   downloads 2060   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 11972   downloads 1617   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…