Skip to content
Moerphy edited this page Feb 10, 2011 · 3 revisions

As described in the Readme you can pass options to the Constructor of Dizzy:

var dizz = new Dizzy('#containerSelector', { option : value } );

You don't have to pass options, in that case defaults will be used.

Options

transformTime (default: 1000) : time in ms that a transformation (transition between groups or zooming) takes to complete.

zoomFactor (default: 2) : determines the factor a zooming action (usually through scrolling the mousewheel) does scale in or out.

zoomable (default: true) : enables or disables the free zooming by the user in the presentation (could also be archived by passing 0 as zoomFactor.. but that would trigger an x/0 error)

pannable (default: true) : enables or disables the free panning (usually trough mousedrag) by the user in the presentation.

clickNavigation (default: false) : if set to true, a click on a group does zoom in on that group. Could be used on touch-enabled devices to quickly show a group.

Clone this wiki locally