LED Effects...
To view our range of LED Products and services, click on the picture or text to the area of LED you want to explore.
$('#s1').cycle({
fx: 'curtainY',
sync: false,
delay: -1000
}); |
|
|
|
$('#s2').cycle({
fx: 'curtainX',
sync: false,
delay: -500
}); |
|
|
$('#s3').cycle({
fx: 'curtainX',
sync: false,
delay: -100
}); |
|
|
$('#s4').cycle({
fx: 'curtainX',
sync: false,
delay: 2000
}); |
|
|
$('#s5').cycle({
fx: 'curtainX',
sync: false,
delay: 4000
}); |
|
|
$('#s6').cycle({
fx: 'curtainX',
sync: false,
delay: 6000
}); |
|
|