Changes between Version 9 and Version 10 of TIMELINES_REDESIGN_R0


Ignore:
Timestamp:
07/16/09 15:02:14 (16 years ago)
Author:
danvisel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TIMELINES_REDESIGN_R0

    v9 v10  
    1414== Task requirements == 
    1515 
     16This task should modify the timeline flap, which shows timeline properties for a selected object (which can be a frame or a group of frames) or a page.  
     17 
     18The timeline flap for an object should consist of: 
     19 
     20 * the title bar of the timeline flap should display the name of the selected object. 
     21 * activation channels or a visibility channel; more channels will appear in later revisions of this task. 
     22 * (If more than one frame is in the group, each frame in the group should have its own set of channels.)  
     23 * a playhead that can be moved across the timeline from 0:00 to 1:00. 
     24 * a control bar for the selected channel with two fields and four buttons:  
     25  * a field where the user can enter a start point (by default 0:00) 
     26  * a field where the user can enter a stop point  (by default 0:00) 
     27  * a "toggle visibility" button: if clicked this will change the state of the frame's visibility from the start point to the end point. 
     28  * a "show all" button: if clicked this will make the frame visible for the complete duration of the timeline. 
     29  * a "hide all" button: if clicked this will make the frame invisible for the complete duration of the timeline. 
     30 
     31Activation for a frame or a group of frames means the time span when the frame's own timeline is played. The channel for activation allows to set these periods in the parent timeline. 
     32 
     33By default, all frames on the page are shown all the time. If the user changes a frame's visibility, this will be reflected in the frame's channel at the point in time where the playhead is currently set. If the user moves the playhead, the page should reflect the visibility of the text frames at that particular point in the timeline. 
     34 
     35In future revisions of this task, other kinds of frames will appear on the timeline. Other frame properties (example: margin types) will appear as channels for each frame; each of these properties should probably have its own dedicated control bar (e.g., color & width settings for margins).  
     36 
     37Future revisions of this task will allow starting a timeline from a link; this task only includes manipulating the timeline via the timeline interface in Author to show and hide text frames. 
     38 
     39A wireframe: 
     40 
     41  [[Image(source:/branches/private/danvisel/sophie2-platform/doc/spec-diagrams/TimelineWireframe2.png)]] 
     42 
     43The properties of the selected frame or object appear as channels. For this revision, it's just visibility. The channels can be selected; in this wireframe, Frame A's visibility is selected. (In the future, we'll want multiple selection.) 
     44 
     45The control bar of the timeline interface has fields for start point, end point, and four buttons. If the user clicks the "Hide All" button, the frame will be hidden from 0:00-1:00. If the user thn enters 0:10-0:20 and clicks the "Toggle Visiblity" button, the frame will be shown from 0:10-0:20. 
     46 
     47Below the control bar is the slider (the orange arrow); this can be dragged back and forth by the user. 
     48 
     49The timeline for a page shows channels for all the objects on the page; they can be activated or deactivated:  
     50 
     51  [[Image(source:/branches/private/danvisel/sophie2-platform/doc/spec-diagrams/TimelineWireframePage.png)]] 
     52 
     53An activated frame will play its timeline when the page timeline plays. 
    1654 
    1755== Task result ==