Submit your widget
456
Yays

Reorder and filter items with a nice shuffling animation(Quicksand)

2 years ago   Views 36756   downloads 2804   Image Effects

How it works At the very basic level, Quicksand replaces one collection of items with another. All you need to do is provide those two sets of items. You can do it in a couple of ways: Use plain HTML,…

355
Yays

unordered list animated circle with jQuery

2 years ago   Views 22227   downloads 4236   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…

253
Yays

Very Cool images 3D Gallery

2 years ago   Views 27931   downloads 6110   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:…

236
Yays

Smart3D images jQuery plugin

2 years ago   Views 11816   downloads 1770   Image Effects

Simple code brilliant results     $(function() { $('#mindscape').smart3d(850); });   <ul id="mindscape"> <li><img src=".../mindscape1.png" /></li> <li><img…

214
Yays

jQuery awesome Hover Image Slide Effect

2 years ago   Views 26806   downloads 3048   Image Effects

we will create a neat effect with some images using jQuery. The main idea is to have an image area with several images that slide out when we hover over them, revealing other images. The sliding effect…

196
Yays

Images Or Banner Rotator With jQuery

2 years ago   Views 22500   downloads 1817   Image Effects

How To Use It? Step 1 – XHTML The XHTML code of the banners is generated on the fly by PHP after a database query, and outputted to the page. Here is how the markup for a sample banner looks like:…

172
Yays

jQuery Plugin: rotate3Di - Flip HTML content in 3D

2 years ago   Views 12775   downloads 1667   Image Effects

Rotate3Di is a jQuery Effect Plugin that makes it possible to do an isometric 3D flip or 3D rotation of any HTML content. It also enables custom 3D rotation animations. CSS Transforms are used to create…

152
Yays

simple jQuery Fading Background Color

2 years ago   Views 12063   downloads 894   Image Effects

we would like to experience with you another effect that is widely used these days, the Background Color Fading effect on hover. We’ll have a block of content that when the mouse moves over the…

147
Yays

Interactive Polaroids (html5)

2 years ago   Views 20681   downloads 2974   Image Effects

141
Yays

cool jQuery animation effect gallery

2 years ago   Views 14785   downloads 1937   Image Effects

Today we would like to show you how to create a modern gallery (with cool animation effect) using Raphael library and jQuery.   Create three files: index.html, default.css, init.js and download Raphael…

134
Yays

A jQuery Cloud Zoom

2 years ago   Views 16986   downloads 4614   Image Effects

Cloud Zoom is a jQuery image zoom plugin, a comparable alternative to products such as Magic Zoom. Compared to the popular jQZoom plugin, Cloud Zoom is smaller, has more features and more robust compatability…

133
Yays

Making a Photoshoot Effect With jQuery & CSS

2 years ago   Views 13222   downloads 1392   Image Effects

We are creating a photo shoot effect with our just-released PhotoShoot jQuery plug-in. With it you can convert a regular div on the page into a photo shooting stage simulating a camera-like feel. Using…

132
Yays

Interactive Picture with jQuery(Image Tips)

2 years ago   Views 15108   downloads 2658   Tooltips

In this tutorial I will be showing you how to piece together an interactive picture – aka an image that contains tooltips and popup boxes. This can be useful for showing off a particular aspect…

130
Yays

CSS3 Super slick jQuery menu

2 years ago   Views 16642   downloads 2028   Menu & Navigation

The plugin called jSlickmenu, creates, well, slick menus with jQuery. Combined with some great CSS3 features likes rotation and shadows, this plugin can really lift up your design. It's fairly easy to…

128
Yays

jQuery cool hover Slide Effect

2 years ago   Views 24555   downloads 2832   Slideshow & Scroller

Setting up our files Ok let’s start by opening our text editor and creating a new html document, save this to your desktop as “index.html”. Now create a new css file and save this as…