AnimeJ: a Javascript animation library

Class GLOBALS

Object
   |
   +--GLOBALS

class GLOBALS

 
Method Summary
<static> <private>  void AnimeJTimerTick()
          
<static> void AnimeSetOpacity(<Object> obj, <float> value)
           Setting the opacity is becoming more complicated (IE8 changed how alpha is handled and still does not support the opacity attribute defined in CSS3).
<static> void BlueScreen(<String> msg)
           Displays a blue screen inspired to Windows well known blue screen.
<static> void RegisterScript(<String> name, <int> version, <string> description)
           This function should be called by scripts to register their loading.
<static> void Require(<Array> scripts)
           This function is meant to check dependencies among a number of JavaScript source files that share this dependency convention.


Method Detail

AnimeJTimerTick

<static>  <private> void AnimeJTimerTick()

AnimeSetOpacity

<static> void AnimeSetOpacity(<Object> obj, <float> value)

BlueScreen

<static> void BlueScreen(<String> msg)

RegisterScript

<static> void RegisterScript(<String> name, <int> version, <string> description)

Require

<static> void Require(<Array> scripts)

AnimeJ: a Javascript animation library

Documentation generated by JSDoc on Thu Apr 15 11:15:01 2010