Submit your widget
60
Yays

very cool background animation with jquery

Views 14689   downloads 2470   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 60598   downloads 8316   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 15779   downloads 2275   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 15627   downloads 2488   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 22991   downloads 4368   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 13874   downloads 2273   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 14989   downloads 3942   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 20746   downloads 3264   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 38970   downloads 9382   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 10043   downloads 2307   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 23733   downloads 6079   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 12385   downloads 1882   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 10743   downloads 1433   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 30990   downloads 6452   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 18381   downloads 2468   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…