|
TABLE
MAKE
CUSTOMIZE
EFFECTS
EFFECTS CYCLE
EFFECTS CYCLES
VIRTUAL BOX
PLUG-IN
GLIDER
|
Kwick.All
A demo that show what you can do with the Kwick.All Class. Here you can kwick the widths, the colors and the heights.
window.addEvent('domready', function() { var kw = new Kwick.All($$("#puk_main2 div.puk"), 'width', { large:140, normal:60, small:20 }); var kw2 = new Kwick.All($$("#puk_main div.puk"), 'height', { large:140, normal:40, small:20 }); var kw3 = new Kwick.All($$("#puk_main3 div.puk"), 'background-color', { large:'#424F6F', normal: '#009966', small: '#F5F5F5', duration: 800, transition: 'linear' }); }); Kwick Width
Kwick Color
Kwick Height
|