Submit your widget
128
Yays

Basic image Rotate effect with jQuery

Views 25515   downloads 2319   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…

113
Yays

Jquery And CSS3 Virtual Light Table With Draggable Photos

Views 15065   downloads 2569   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.…

134
Yays

Annotation Overlay Effect with jQuery

Views 11755   downloads 1848   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…

153
Yays

CSS3 Super slick jQuery menu

Views 22425   downloads 3412   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…

132
Yays

Jquery Image Fade Cross Transition

Views 12886   downloads 1952   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…

141
Yays

jQuery fading header effect

Views 17012   downloads 2519   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…

118
Yays

jQuery plugin ImageView

Views 13069   downloads 2086   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"…

98
Yays

Amazing Webkit Image Hover Effects with CSS3

Views 10561   downloads 2095   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">…

124
Yays

Yoyo hover effect jQuery and CSS3

Views 12613   downloads 2281   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…

134
Yays

CSS and Jquery: an Image Slider

Views 15256   downloads 2645   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 19428   downloads 3082   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…

121
Yays

Popout Details on Hover CSS3

Views 28879   downloads 9022   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…

88
Yays

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

Views 8960   downloads 1578   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…

96
Yays

Color Changing Text and Backgrounds w/ jQuery

Views 11041   downloads 2234   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…

105
Yays

New jQuery plugin: “Fly Off Page”

Views 12297   downloads 1778   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…