Skip to content
Petr Vostřel edited this page Jul 16, 2012 · 11 revisions

Options

When calling .reel() method you have plenty of options (far too many) available. You collect them into one hash and supply them with your call.

Example: For a non-looping Reel with 12 frames:

.reel({
  frames: 12,
  looping: false
})

See directly the annotated source code for complete documentation.

Clone this wiki locally