A jQuery plug-in that adds sound and style to your page.
Starts the playback of the current (or first) ambient
element.
Stops the playback of the current ambient
element.
Navigates to the previous ambient
element.
Navigates to the next ambient
element.
Dictonary for all sound playbacks. Index by the ambient
elements id.
(Default {}
)
Playback source.
Playback mode once
or loop
.
The navigation scroll speed. Use false
to turn off scrolling.
(Default 1000
ms)
Mouse navigation options. Use false
to turn off mouse navigation.
(Default play
)
Navigate to the clicked ambient
element.
Navigate to the previous ambient
element.
Navigate to the next ambient
element.
Keyboard navigation options. Use false
to turn off keyboard navigation.
Navigate to the previous ambient
element.
(Default PAGE UP
/ ARROW UP
/ BACKSPACE
)
Navigate to the next ambient
element.
(Default PAGE DOWN
/ ARROW DOWN
/ ENTER
/ SPACE
)
Auto navigation to the next ambient
element after the given milliseconds.
(Default false
)
Loop around the navigation.
(Default false
)
Will be called on action play
with the current ambient
element. Return
false
to cancel the action.
Will be called on action stop
with the current ambient
element. Return
false
to cancel the action.
Will be called on action prev
with the current ambient
element. Return
false
to cancel the action.
Will be called on action next
with the current ambient
element. Return
false
to cancel the action.
Licensed under the terms of the MIT License.