Submit your widget
63
Yays

Nice CSS3 zoom-in zoom out slideshow

Views 14168   downloads 2843   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.…

63
Yays

Multiple CSS3 Image Styles

Views 15714   downloads 3078   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…

62
Yays

graceful CSS or MooTools Photo Stack Animations Effect

Views 10600   downloads 1891   Image Effects

My favorite technological piece of Google Plus is its image upload and display handling.  You can drag the images from your OS right into a browser's DIV element, the images upload right before…

62
Yays

jQuery Custom Change background effect

Views 25621   downloads 3844   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…

61
Yays

jQuery With the window size change the Full Size Background

Views 21247   downloads 3072   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…

61
Yays

jQuery Images Hover Cycle effect

Views 14303   downloads 2986   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…

61
Yays

jQuery useful Product Colorizer Plugin

Views 22106   downloads 4731   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…

59
Yays

very cool background animation with jquery

Views 14661   downloads 2450   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;…

59
Yays

Beautiful jQuery like Google images gallery

Views 21711   downloads 3019   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"…

58
Yays

jQuery diagonal rotation with CSS3 transitions

Views 12507   downloads 1965   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…

56
Yays

scarce idiagonal Fade effect with jQuery

Views 18645   downloads 2258   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…

56
Yays

Very using jQuery Anystretch effect

Views 16742   downloads 1867   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…

54
Yays

Good Pure CSS3 Spinning, Zooming Effect

Views 10310   downloads 1867   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…

54
Yays

slide images header feature with jQuery

Views 16798   downloads 2957   Image Effects

This might not be the best way to structure the JavaScript and I’m sure you hard core coders will pick up on this however one of the purposes of this tutorial is to show newcomers to jQuery exactly…

52
Yays

jQuery and CSS3 image 3D Flipping Slider effect

Views 28692   downloads 4630   Image Effects

There are many ways on displaying our portfolio, one of them is using grid style with slider effect for pagination. In this tutorial I’m going to share about how to displaying our portfolio grid…