Selasa, 15 Maret 2016

/jquery.malsupcycle/#

http://jquery.malsup.com/cycle/#
https://raw.githubusercontent.com/github-adi/repository/master/http/jquery.malsup.com/cycle/%23

shuffle

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

zoom

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

fade

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

turnDown

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

curtainX

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

scrollRight (click)

$('#right').cycle({
    fx:      'scrollRight',
    next:   '#right',
    timeout:  0,
    easing:  'easeInOutBack'
});

Tidak ada komentar:

Posting Komentar