-
Notifications
You must be signed in to change notification settings - Fork 209
Options
Petr Vostřel edited this page Mar 15, 2012
·
11 revisions
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
})
All options are optional and if not specified, a default value is used instead. Defaults are being housed as members of $.reel.def
hash. If you customize any default value therein, all subsequent .reel()
calls will use the new value as default.
F.e.: Change default initial frame to 5th:
$.reel.def.frame = 5
- Basic
- Interaction
- Operation (multi-row and dual-orbit modes)
- Animation
- Sprite
- Look & Feel
- Sequences
- DOM Element
- Advanced
annotations
area
brake
attr
clickfree
cursor
cw
delay
directional
draggable
footage
entry
frame
frames
graph
hint
horizontal
image
images
indicator
inversed
klass
laziness
loops
monitor
opening
orbital
path
preload
preloader
rebound
revolution
row
rows
scrollable
sequence
spacing
speed
step
steppable
steps
stitched
suffix
tempo
timeout
throwable
velocity
vertical
wheelable
Those highlighted in bold are new options in 1.2, those in italics are deprecated. Learn more about current Deprecations.