Submit your widget
60
Yays

very cool background animation with jquery

Views 14720   downloads 2481   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;…

83
Yays

Useful image hover slide effect with jQuery

Views 60671   downloads 8334   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 15807   downloads 2287   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 15655   downloads 2501   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 23029   downloads 4378   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 13893   downloads 2282   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 15012   downloads 3953   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…

89
Yays

Simple jQuery Image hover/fade effect

Views 20783   downloads 3275   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 39018   downloads 9396   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 10075   downloads 2318   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 23831   downloads 6106   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 12419   downloads 1892   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 10766   downloads 1446   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 31020   downloads 6467   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 18412   downloads 2481   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…