


|
TABLE
MAKE
CUSTOMIZE
EFFECTS
EFFECTS CYCLE
EFFECTS CYCLES
VIRTUAL BOX
PLUG-IN
GLIDER
|
Cycles Scroll
All the Fx.Cycles Scroll extensions in action.
window.addEvent('domready', function() { var opts = {duration: 2500, steps: 3500, autostart:true}; var fx = new Fx.Cycles.scrollDown('main1', opts); var fx2 = new Fx.Cycles.scrollUp('main2', opts); var fx3 = new Fx.Cycles.scrollRight('main3', opts); var fx4 = new Fx.Cycles.scrollLeft('main4', opts); });
|