| 37 | |
| 38 | Each text frame on the page has a channel with a triangle next to it (like Frame B, Frame C, Frame D); if these are opened (like in Frame A), the properties of the frame show up. 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.) |
| 39 | |
| 40 | The control bar of the timeline interface has fields for start point, end point, and four buttons. If the user enters 0:10-0:20 and clicks the "Show" button, the frame will be shown from 0:10-0:20. If the user enters 0:10-0:20 and clicks the "Hide" button, the frame will be hidden from 0:10-0:20. If the user clicks the "Show All" button, the frame will be shown from 0:00-1:00. |
| 41 | |
| 42 | Below the control bar is the slider (the orange arrow); this can be dragged back and forth by the user. |
47 | | * Create a book containing a couple of pages with timelines. |
48 | | * Add some actions to the timelines and play them. |
49 | | * Describe the concepts and show the wiki page. |
50 | | * Provide a brief overview of the code. |
| 55 | * Create a book |
| 56 | * Add 2 text frames to the page |
| 57 | * Open the page's timeline. |
| 58 | * Set one of the frames to show at a certain time; set the other to hide at the same time. |
| 59 | * Drag the slider back and forth to show that the timeline works. |