Changes between Version 7 and Version 8 of TIMELINES


Ignore:
Timestamp:
04/27/09 14:02:33 (16 years ago)
Author:
boyan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TIMELINES

    v7 v8  
    2424  * Each page in the book has its own timeline, the book itself doesn't have a timeline. 
    2525  * Each top-level group in the page can have its own timeline. 
     26  * There are no different kinds of timelines (single page/multiple page). 
    2627  * A timeline consists of three parts - intro, main and outro. The main part can be looped. These can be internally implemented as three different timelines. 
    27   * Each top-level group on the page has its own channel and cannot be dragged to other channels. 
    2828  * There are two sections in a timeline - channels for groups and channels for media and misc events (e.g. audio background). 
    29   * User interactions are with higher priority than timeline-triggered events. 
     29   * For each group in the page, a channel is created. It can contain only this group in its timeline entries. 
     30   * The user can drag an audio resource to an area below the group channels. Other events can be drawn here as well. 
     31  * User interactions are with higher priority than timeline-triggered events. If a user triggers a link, it is executed no matter whether it conflicts with the actions in the timeline. 
     32  * Timelines play automatically but the user can pause them or change the position of the head: 
     33   * When a page is shown, its intro is played, followed by the main part. 
     34   * If the main part is not looped, the outro is shown after it and the next page is shown. 
     35   * If the main part is looped, the outro is shown when the user requests a page change. 
     36  * Links cannot trigger timelines. The opposite is possible (and is critical to the correct behaviour of timelines). 
     37  * Timelines will be pro-objects. 
    3038 * Use cases 
    3139  * A slideshow of pictures with audio annotations (the most popular use of timelines in Sophie 1).