18 | | The 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 four 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 field where the user can enter the intro length (by default 0:00) |
28 | | * a field where the user can enter the outro length (by default 0:00) |
| 19 | * the title bar of the timeline flap should display the name of the selected object (displayed to the right). |
| 20 | * a control bar for the selected channel with four fields and four buttons (displayed to the right): |
| 21 | * a field where the user can enter an interval start point (by default 0:00) |
| 22 | * a field where the user can enter an interval end point (by default 0:00) |
| 26 | * a field where the user can enter the intro length (by default 0:00) |
| 27 | * a field where the user can enter the outro length (by default 0:00) |
| 28 | * a playhead that can be moved across the timeline from 0:00 to 1:00. |
| 29 | * a time ruler for the duration of the timeline that will be displayed on the element right below the selected element (if no element is selected no time ruler will appear). |
| 30 | * activation channels or a visibility channel; more channels will appear in later revisions of this task. |
| 31 | * (If more than one frame is in the group, each frame in the group should have its own set of channels.) |
| 32 | * (The channels will be shrunk down to half size and exapanded upon selection. This will free more visible space.) |
43 | | The 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 | | |
45 | | The 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. |
| 44 | The 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 then enters 0:10-0:20 and clicks the "Set Interval" button, the frame will be shown from 0:10-0:20. |