Plugin Directory

slidoox

A custom slider for your blog. You can add text, html,images...

Download Version 0.1

HOW TO ADD A TAB ?

Go to you admin page. Click on manage and on Slidoox Manager.

HOW TO CHANGE THE EFFECT ?

Open the /js/sliding-tabs.js file. Search for this line:"CHOOSE BETWEEN YOU EFFECT START" Now, the Bounce effect is active.

transition: Fx.Transitions.Bounce.easeOut,//BOUNCE EFFECT
//transition: Fx.Transitions.Cubic.easeOut,//CUBIC EFFECT
//transition: Fx.Transitions.Quart.easeOut,//QUART EFFECT
//transition: Fx.Transitions.Circ.easeOut,//CIRC EFFECT

For exemple, if you want use the cubic effect, just uncomment the transition line:

//transition: Fx.Transitions.Bounce.easeOut,//BOUNCE EFFECT
transition: Fx.Transitions.Cubic.easeOut,//CUBIC EFFECT
   //transition: Fx.Transitions.Quart.easeOut,//QUART EFFECT
   //transition: Fx.Transitions.Circ.easeOut,//CIRC EFFECT

= HOW TO SET THE ANIMATION TO START ONMOUSEOVER ?= Open the /js/sliding-tabs.js file.

Replace this two line: activationEvent: 'click', //activationEvent: 'mouseover',

by: //activationEvent: 'click', activationEvent: 'mouseover',

HOW TO CHANGE BACKGROUND,SIZE,COLOR... ?

Open the css/style.css file and play with. There are a few comment inside too.

Requires: 2.0.2 or higher
Compatible up to: 2.6.2
Last Updated: 2008-11-2 Downloads: 3,784

Average Rating

5 stars
4 stars
3 stars
2 stars
1 star
(3 ratings)

Compatibility

+
=
Not enough data

0 people say it works.
0 people say it's broken.

Log in to vote.

0,1,0