View Source Document

README.markdown

yoob.js

Version 0.13. Everything subject to change.
For version history, see the file HISTORY.markdown.

yoob.js started out as the HTML5 counterpart to yoob, but has since grown to include several generally-useful facilities for making animated and interactive HTML5 pages.

Like yoob, yoob.js:

Unlike yoob, yoob.js:

Other things you should know about yoob.js are that it:

Used in

yoob.js is currently used in the HTML5 implementations of:

API

Each yoob.js class is defined in some .js file, and each .js file inserts the class[es] it defines into the yoob namespace (which it will create as a new, empty, global namespace if it has not already been defined.)

The classes are currently:

Plus some functions which aren't classes:

Planned