Prototyping 29 October 2012: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
No edit summary
Line 15: Line 15:
(Here's [http://www.yoshiminotaband.com/wp/wp-content/uploads/Een-her-te-ver-3.html another])
(Here's [http://www.yoshiminotaband.com/wp/wp-content/uploads/Een-her-te-ver-3.html another])
* ontimeupdate
* ontimeupdate
[['''TATATA''']]
time for the teleprompter

Revision as of 15:41, 29 October 2012

Some example of adding time...

Simple setInterval & setTimeout... (see Nan's example)

var animation_id = window.setInterval(draw, 50);
setTimeout(function () {
    window.clearInterval(animation_id);
}, 5000);

Adding time to the wikipedia "edit teleprompter" example (continuing from last week)

Using audio/video timelines (see Niek's example) (Here's another)

  • ontimeupdate

'''TATATA''' time for the teleprompter