base - GradientStudios/aquajs GitHub Wiki
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.