


|
TABLE
MAKE
CUSTOMIZE
EFFECTS
EFFECTS CYCLE
EFFECTS CYCLES
VIRTUAL BOX
PLUG-IN
GLIDER
|
Cycle Extra
Miscellanous Fx.Cycle extensions in action.
window.addEvent('domready', function() { var opts = {duration: 2000, steps: 3000}; var fx = new Fx.Cycle.zoom('main1', opts); var fx2 = new Fx.Cycle.fade('main2', opts); var fx3 = new Fx.Cycle.diagonalUp('main3', opts); var fx4 = new Fx.Cycle.diagonalDown('main4', opts); var fx5 = new Fx.Cycle.shuffle('main5', {duration: 1000, steps: 3000}); });
|
||||||