-
Notifications
You must be signed in to change notification settings - Fork 2
base
Michael "Z" Goddard edited this page Feb 14, 2012
·
1 revision
aqua.extend(object, [objects ...])
Extend the first object argument by all following object arguments.
aqua.requestAnimFrame(function, element)
Wraps appropriate prefixed requestAnimationFrame.
aqua.task(options)
| Parameters: |
options is an object with the following attributes.
|
|---|---|
| Returns: |
aqua.taskList(options)
| Parameters: |
options is an object with the following attributes.
|
|---|---|
| Returns: |
TaskList.add(task)
Add a task to the list.
TaskList.remove(task)
Remove a task from the list.
TaskList.callAll()
Call all tasks in the list.