Submit your widget
66
Yays

Nice CSS3 zoom-in zoom out slideshow

Views 14395   downloads 2962   Image Effects

This free copy and paste script adds a stylish CSS3 effect to your slideshow. Simply by setting the style attributes you can apply corners to any or all four image-corners, furthermore you can apply shadows.…

66
Yays

Multiple CSS3 Image Styles

Views 15957   downloads 3190   Image Effects

When applying CSS3 inset box-shadow or border-radius directly to the image element, the browser doesn't render the CSS style perfectly. However, if the image is applied as background-image, you can…

65
Yays

Cool animation with jQuery

Views 14707   downloads 2630   Image Effects

Open your Dreamweaver or other editor and create a html file. Html <div class="logo"> <img class="frame" src="frame.png" alt=""> <img class="ani-bg"…

64
Yays

jQuery With the window size change the Full Size Background

Views 21573   downloads 3179   Image Effects

this plugin made a few changed ,because it was acting a little weird. Tested it in Safari, Chrome and Firefox and it work perfectly now. All you need is an image that you want to have displayed as your…

64
Yays

jQuery Images Hover Cycle effect

Views 14602   downloads 3113   Image Effects

A quick way to add a hover responsive, fast cycling, jQuery powered slideshow to your site. The Basics I first saw this style slideshow as a Flash solution on Cargo Collective, which has since been updated…

64
Yays

jQuery Custom Change background effect

Views 25860   downloads 3973   Image Effects

jQuery can be extremely useful for you if you want to beautify your web app. jQuery provide a number of simple ways to dynamically change the design of your web page. Here is a simple script that shows…

63
Yays

jQuery useful Product Colorizer Plugin

Views 22507   downloads 4879   Image Effects

productColorizer is a light-weight solution for users to quickly preview a product in different colors. The plugin uses only two images per product to create the effect and it is built on top of the robust…

62
Yays

photo puzzle effect with jQuery

Views 14305   downloads 2471   Image Effects

Reference (Note: This plugin works with jquery 1.3+ [the version used in this demo is 1.5.2]) jquery-1.5.2.min.js jquery.jspuzzle-beta.js Html <div id="imageContainer"> <img id="truck"…

62
Yays

Beautiful jQuery like Google images gallery

Views 21994   downloads 3132   Image Effects

Works on IE8+ , FF, Chrome, Safari & more...!! Thumba is a gallery jQuery plugin, that displays thumbnails as Google images. You can navigate by moving the mouse, or using "Left" & "Right"…

61
Yays

very cool background animation with jquery

Views 14907   downloads 2573   Image Effects

This is a cool background animation with jquery. Hear is all jquery code: (function($) { $.fn.animatedBG = function(options){ var height = $(this).height(); var width = $(this).width(); var parts = options.parts;…

61
Yays

jQuery diagonal rotation with CSS3 transitions

Views 12718   downloads 2078   Image Effects

We start with minimal markup. Always make your markup as simple as possible; don’t duplicate elements unless absolutely necessary. Markup should be a semantic outline of your content. With that…

59
Yays

scarce idiagonal Fade effect with jQuery

Views 18835   downloads 2373   Image Effects

diagonalFade is a jQuery plugin allowing you to easily specify direction, fade-in, fade-out, and a host of other options to a grouping of elements. All you have to do is import it, specify the container…

58
Yays

Very using jQuery Anystretch effect

Views 16974   downloads 1978   Image Effects

jQuery Anystretch Anystretch is a jQuery plugin that allows you to add a dynamically-resized background image to any page or block level element. The image will stretch to fit the page/element, and will…

57
Yays

Good Pure CSS3 Spinning, Zooming Effect

Views 10508   downloads 1962   Image Effects

 CSS animations are awesome.  They're smooth, less taxing than JavaScript, and are the future of node animation within browsers.  Dojo's mobile solution, dojox.mobile, uses CSS…

57
Yays

jQuery and CSS3 Image Flyout Slider effect

Views 17202   downloads 4287   Image Effects

This is an experimental flyout image slider. This image slider is a stack of some images and works by flying out the selected image to the front of images stack. We will use CSS3 transition, animation…