Submit your widget
125
Yays

Basic image Rotate effect with jQuery

Views 24878   downloads 2131   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…

109
Yays

Jquery And CSS3 Virtual Light Table With Draggable Photos

Views 14488   downloads 2362   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.…

130
Yays

Annotation Overlay Effect with jQuery

Views 11280   downloads 1645   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…

148
Yays

CSS3 Super slick jQuery menu

Views 21844   downloads 3169   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…

109
Yays

Jquery Image Fade Cross Transition

Views 12356   downloads 1715   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…

131
Yays

jQuery fading header effect

Views 16361   downloads 2303   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 12429   downloads 1881   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"…

92
Yays

Amazing Webkit Image Hover Effects with CSS3

Views 10146   downloads 1909   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">…

119
Yays

Yoyo hover effect jQuery and CSS3

Views 12079   downloads 2082   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 14749   downloads 2443   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…

184
Yays

jQuery Plugin: rotate3Di - Flip HTML content in 3D

Views 18586   downloads 2876   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 27930   downloads 8033   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…

85
Yays

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

Views 8568   downloads 1380   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…

89
Yays

Color Changing Text and Backgrounds w/ jQuery

Views 10495   downloads 2030   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…

100
Yays

New jQuery plugin: “Fly Off Page”

Views 11900   downloads 1587   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…