Submit your widget
87
Yays

jQuery image zoom effect

Views 11235   downloads 1939   Image Effects

The HTML There are two DIV’s that make up the construction of each element, we first have out .item div which is the container for our image and caption. Directly inside the ‘item’ div…

87
Yays

Image Lazy Loader for Prototype

Views 10546   downloads 1562   Image Effects

Images below the fold (the ones lower than window bottom) are not loaded. When scrolling down they are loaded when needed. Shift-reload to test again Installation/Configuration Include the needed javascript…

86
Yays

Photo Zoom Out Effect with jQuery

Views 8497   downloads 1473   Image Effects

This is a simple image zoom out effect with jQuery. The idea is show some images which are zoomed in initially and when hovering over an image it gets zoomed out. This effect could be used in photography…

84
Yays

jQuery multiple Image Hover effect

Views 34557   downloads 5772   Image Effects

Adipoli is a simple jQuery plugin used to bring stylish image hover effects. Enabling image hover effect is very simple. Place the below references inside your head tag. <link href="css/adipoli.css"…

84
Yays

Css3 tricks animation featured boxes

Views 31876   downloads 7414   Image Effects

we will create a set of featured boxes that will create a nice text flying effect when you move your mouse over them. We will take advantage of the CSS3 custom animations and create a set of our own animations. I…

83
Yays

Various Background Patterns With CSS3

Views 10349   downloads 2469   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…

81
Yays

Europe clickable map with jQuery

Views 18801   downloads 3860   Image Effects

Warning! Basic knowledge of HTML/xHTML, CSS and JavaScript is required for proper installation and editing the map. Paste the following list to your HTML/xHTML code: <div id="map-eu">…

81
Yays

jquery beautiful responsive portfolio hover gallery

Views 40579   downloads 7095   Image Effects

we are going to show you, creating a beautiful responsive portfolio gallery with jquery mouse hover effect. On mouse over each images you see animation background transparency and two permalinks will…

80
Yays

Multiple jQuery Capty Caption Plugin

Views 14229   downloads 2449   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'.…

80
Yays

Cool jQuery Nautilus plugin

Views 18421   downloads 3386   Image Effects

Nautilus is a jQuery plug-in based on Google's Doodle honoring Jules Verne (it was released on February 8, 2011). The letters of Google looked like hatches that allowed to see "under the sea",…

79
Yays

jQuery 3D Parallax Background Effect

Views 44414   downloads 5951   Image Effects

The HTML Our page will consist of 6 sections: header, footer and 4 articles. On the right, we’ll place an unordered list that links between the articles and remains fixed on the page so it doesn’t…

78
Yays

Animated image caption with jQuery in WordPress

Views 18274   downloads 2497   Image Effects

Google loves it so, if in addition to pictures or descriptive text still stands. Why WordPress has introduced some time ago, the image caption. This can - if you're not a friend of captions - manipulate…

77
Yays

Awesome jQuery image Swish Zoom Hover Effect

Views 56355   downloads 9055   Image Effects

With this plugin you can add a zoom style effect to your images on hover, also you can add an overlay to it (What you tend to see on a lot of themes with lightboxes). You can also adjust all the settings…

77
Yays

CSS3 animation, shadows image hover effect

Views 32196   downloads 5964   Image Effects

A sleek image gallery that takes advantage of CSS3 animation, shadows, and the “transform” property to instantly add a smooth hover effect to its images, whereby the image enlarges and moves…

77
Yays

Rotating hover Image with JQuery

Views 21796   downloads 2613   Image Effects

Creating a jquery plugin is easier than it sound, first time I heard about creating 3rd party plugin sounds scary, maybe need more deeper understanding about the platform, but not in jquery. Well I just…