Namespace mashi.frame


Defined in: mashi.js.

Namespace Summary
Constructor Attributes Constructor Name and Description
 
Namespace of mashi.frame object
Field Summary
Field Attributes Field Name and Description
<static>  
mashi.frame.fading
Fading between two frames (backgrounds and text layer)
<static>  
mashi.frame.finished
Status of frame (finished or not)
Namespace Detail
mashi.frame
Namespace of mashi.frame object
Field Detail
<static> mashi.frame.fading
Fading between two frames (backgrounds and text layer)
app.add('auto', function() {
  // your code here
  _m_.frame.fading = false; // for the next frames!
});
Default Value:
true

<static> mashi.frame.finished
Status of frame (finished or not)
app.add('auto', function() {
  // your code here
  _m_.frame.finished = true;
});
Default Value:
false
Documentation generated by JsDoc Toolkit 2.4.0 on Thu May 05 2011 11:38:27 GMT+0200 (CEST)