Submit your widget
60
Yays

very cool background animation with jquery

Views 14684   downloads 2465   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;…

82
Yays

Useful image hover slide effect with jQuery

Views 60589   downloads 8312   Image Effects

This is a simple technique to animate an image when hovering using jQuery’s animate() effect. We will use this effect to manipulate our CSS, creating a seamless transition between two areas of an…

65
Yays

Simple Image Scroller with jQuery

Views 15777   downloads 2273   Image Effects

These large individual product images work great for products like shoes, but when we needed to introduce clothing items we couldn't fit the entire product in without shrinking the image down until…

72
Yays

Images Scratch Card Plugin---jQuery Scratchie

Views 15622   downloads 2484   Image Effects

Don't support IE This is a fully-customizable scratchcard plugin Define a background image and an overlay image or color and clicking and click or just drag the mouse over the overlay to reveal the…

143
Yays

randomised nice jQuery background scrolling effect

Views 22984   downloads 4362   Image Effects

A continually scrollling background image using javascript A static overlay image with transparency Random starting positions for both images allowing for a unique appearance on every page load, again…

77
Yays

Multiple jQuery Capty Caption Plugin

Views 13871   downloads 2270   Image Effects

jQuery Capty is a plugin jQuery Capty is a plugin that creates captions over the images. Default options: animation:    'slide' The captions animation type: 'slide', 'fade' or 'fixed'.…

95
Yays

useful zoom into picture with jquery

Views 14984   downloads 3939   Image Effects

Zoomy is a quick and easy plugin that will zoom into a picture. You only need two copies of one image first the display image and then the zoom image. Most CMS systems save or create multiple sizes of…

88
Yays

Simple jQuery Image hover/fade effect

Views 20741   downloads 3261   Image Effects

This is very useful simple Image hover/fade effect。 For this tutorial,you will need to make two images, one which is the normal state (ie. the image which will display on the page when the mouse isn’t…

283
Yays

Very Cool images 3D Gallery

Views 38966   downloads 9378   Image Effects

This demo is truly  inspiring,It helps your photo gallery,hope you like it. CSS html { overflow: hidden; } body { position: absolute; margin: 0px; padding: 0px; background: #eee; width: 100%; height:…

80
Yays

Various Background Patterns With CSS3

Views 10037   downloads 2305   Image Effects

we’re very familiar with CSS3 gradients by now,today,we'll use CSS3 gradients  to create many kinds of commonly needed patterns, including checkered patterns, stripes and more. he main idea…

90
Yays

simple CSS3 Slick Animated Image Caption

Views 23721   downloads 6075   Image Effects

This is  a simple CSS3 animated image caption. it's very common, useful. the CSS code. .container{ height:200px;width:400px; background:#000; overflow:hidden; position:relative; } .text{ background:rgba(0,0,0,0.5);…

107
Yays

jQuery different Photo comparing Effect

Views 12377   downloads 1880   Image Effects

This plugin author by flood disaster triggered inspiration.Well, it is saddening to see all the damages the flood did. In the other hand, and also notice the way it presents the before and after photos.…

81
Yays

Simple jquery Drag Controls Oversized Content

Views 10738   downloads 1430   Image Effects

When layout constraints bump up against the need for large images, finding a quality solution can be difficult. Mospromstroy  uses a creative technique to handle this situation: a "drag and drop"…

385
Yays

unordered list animated circle with jQuery

Views 30981   downloads 6450   Image Effects

jQuery plugin (2KB) that allows you to create an unordered list as an animated circle. Changelog: fixes for hover event, added direction option (clockwise or counter-clockwise) added hover trigger fixes…

112
Yays

Awesome jQuery 3D Gallery View

Views 18372   downloads 2465   Image Effects

3D Gallery View is an image gallery based on jQuery. This one permits to animate a series of images in the space using a really short code. With a characteristic 3D effect this plugin makes a nice system…