Sorcerer's IsleDocs ScatterOverviewCode

Scatter Methods

new Scatter ( Target , Options )

Creates a new Scatter instance.

Target can be either:

Options is an object, see Options page.

configure ( Options )

Change Options after an instance has been created.

arrange ( Mode , Reset=true )

Arranges items into their chosen positions based on Mode.

select ( Index )

Selects the specified item - moves to center, increases z-index, and applies scaling and class as per options.

Index is one of three things:

When an existing item is selected, discard is called automatically.

discard ()

De-selects the specified item, returns to original position and removes class.

prev ()

Selects the previous item.

If called when first item selected, loops around to last item.

next ()

Selects the next item

If called when last item selected, loops around to first item.