We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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)
options is an object with the following attributes.
Task
aqua.taskList(options)
priorities <Object> Map of named priorities to Number values.
{ EARLY: -5, UPDATE: 5, LATE_UPDATE: 5 }
TaskList
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.