Skip to content

Instantly share code, notes, and snippets.

@codeink
Last active December 16, 2015 17:40
Show Gist options
  • Save codeink/5471961 to your computer and use it in GitHub Desktop.
Save codeink/5471961 to your computer and use it in GitHub Desktop.
$('#s2').cycle({
fx: 'zoom',
speedIn: 500,
speedOut: 100,
sync: 0,
easing: 'easeOutBack',
speed: 600,
timeout: 0,
next: '#next2',
prev: '#prev2',
});
// $('#s2').cycle({
// fx: 'scrollLeft',
// easing: 'easeOutBack',
// speed: 600,
// timeout: 0,
// next: '#next2',
// prev: '#prev2',
// });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment