We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.
.reel()
Example: For a non-looping Reel with 12 frames:
.reel({ frames: 12, looping: false })
See directly the annotated source code for complete documentation.