Minták

shuffle

$('#diasor').cycle({
	fx:     'shuffle',
	easing: 'easeOutBack',
	delay:  -4000
});


zoom

$('#diasor').cycle({
	fx:    'zoom',
	sync:  false,
	delay: -2000
});


fade

$('#diasor').cycle();


turnDown

$('#diasor').cycle({
	fx:      'turnDown',
	delay:   -4000
});


curtain

$('#diasor').cycle({
	fx:    'curtainX',
	sync:  false,
	delay: -2000
});


scroll (kattints!)

$('#diasor').cycle({
	fx:      'scrollRight',
	next:   '#diasor', - div id
	timeout:  0,
	easing:  'easeInOutBack'
});


all

$('#diasor').cycle({
	fx: 'all',
	speed: 500,
	timeout: 2000
});


blind

$('#diasor').cycle({
	fx:     'blindY',
	speed:   1000,
	timeout: 6000,
	delay:  -2000
});


wipe (le / fel / jobbra / balra / középről bővül

$('#diasor').cycle({
	fx:     'wipe',
	speed:   1000,
	timeout: 6000,
	delay:  -2000,
	clip:   't2b'
});

clip:

  • 'l2r': left-to-right
  • 'r2l': right-to-left
  • 't2b': top-to-bottom
  • 'b2t': bottom-to-top
  • 'zoom': center-to-edges