Posts Tagged ‘image’

Basic jQuery Tutorial: Animate div and image

February 22, 2010 |  by Mukesh Chapagain  |  2 Comments
f4774139491e312b6c6b56151cc5c28b Del.icio.us

In this article, I will be showing you how to animate image and div.

By animation, I just mean basic animation. This is a basic tutorial. So, please don’t expect it to be so complex animation :). It will simply be increasing the width of the image and div with animate effect.

Read More

jQuery: Create Stunning Slideshow with Cycle Plugin

jQuery: Create Stunning Slideshow with Cycle Plugin

January 31, 2010 |  by Mukesh Chapagain  |  No Comments
0a473a175ab86d9949ffd7ced51b2426 Del.icio.us

You can easily create stunning and very effective image slideshow with the jQuery Cycle Plugin. You don’t need to write long and difficult programming code. Just a few lines of code will be enough.

View Demo | Download Code

You need to have jQuery library and the jQuery Cycle plugin.

Download jQuery Library | Download jQuery Cycle Plugin

The jQuery Cycle Plugin is a slideshow plugin that supports many different types of transition effects. It supports pause-on-hover, auto-stop, auto-fit, before/after callbacks, click triggers and much more.

The Cycle Plugin provides many options for customizing your slideshow. The default option values can be overridden by passing an option object to the cycle method.

Here is the list of options

There are many effects that can be used with jQuery Cycle Plugin. You can find them all here. I have used some effects and created a demo.

View Demo | Download Code