A custom slider for your blog. You can add text, html,images...
Go to you admin page. Click on manage and on Slidoox Manager.
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',
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




