Submit your widget
59
Yays

very cool background animation with jquery

Views 14650   downloads 2445   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;…

81
Yays

Useful image hover slide effect with jQuery

Views 60519   downloads 8289   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…

64
Yays

Simple Image Scroller with jQuery

Views 15747   downloads 2256   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…

71
Yays

Images Scratch Card Plugin---jQuery Scratchie

Views 15588   downloads 2468   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 22938   downloads 4342   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…

76
Yays

Multiple jQuery Capty Caption Plugin

Views 13839   downloads 2253   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 14944   downloads 3921   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 20685   downloads 3245   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…

282
Yays

Very Cool images 3D Gallery

Views 38889   downloads 9346   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:…

79
Yays

Various Background Patterns With CSS3

Views 10004   downloads 2290   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…

89
Yays

simple CSS3 Slick Animated Image Caption

Views 23616   downloads 6046   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);…

106
Yays

jQuery different Photo comparing Effect

Views 12324   downloads 1864   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.…

80
Yays

Simple jquery Drag Controls Oversized Content

Views 10699   downloads 1413   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"…

384
Yays

unordered list animated circle with jQuery

Views 30925   downloads 6434   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…

111
Yays

Awesome jQuery 3D Gallery View

Views 18325   downloads 2448   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…