Skip to content

Instantly share code, notes, and snippets.

@xnimorz
Last active August 29, 2015 14:00
Show Gist options
  • Save xnimorz/11282772 to your computer and use it in GitHub Desktop.
Save xnimorz/11282772 to your computer and use it in GitHub Desktop.
$('.js-fast-start').on('carriage:move', function(e, eventArgs) {
console.log(eventArgs);
});
UICarriage.create(
$('.js-fast-start'),
{
maxOffset: 390,
carriageMoveEvent: 'carriage:move'
}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment