Changes between Version 9 and Version 10 of GROUP_TIMELINES_R1
- Timestamp:
- 10/01/09 17:01:17 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GROUP_TIMELINES_R1
v9 v10 31 31 32 32 * the title bar of the timeline flap should display the name of the selected object. 33 * activation channel(if the group or page is a parent one), visibility channel , location channel, (optional - size channel) and media channel if the frame is audio or video one.33 * activation channel(if the group or page is a parent one), visibility channel(not for a book), location channel(not for a book), (optional - size channel) and media channel if the frame is audio or video one. 34 34 * If more than one frame is in the group, each frame in the group should have its own set of channels. 35 35 * a playhead that can be moved across the timeline from 0:00 to 1:00 (these are the default values). 36 * two buttonsfor zoom in and zoom out of the playhead of the timeline.36 * spinner for zoom in and zoom out of the playhead of the timeline. 37 37 * checkbox for looping of the timeline. 38 38 * a control bar for the selected channel with two fields and four buttons: 39 * a field where the user can entera start point (by default 0:00)40 * a field where the user can entera stop point (by default 0:00)39 * a spinner where the user can choose a start point (by default 0:00) 40 * a spinner where the user can choose a stop point (by default 0:00) 41 41 * special options for inserting values for the corresponding channel. 42 42 * for an activation channel (Activation 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.) … … 58 58 * highest value of the spinner is the last second of the audio/video. 59 59 * if the start and end time for the interval are already inserted the biggest available value for the spinner is the entire time of the audio/video minus the time of the interval 60 * if the start time of the video/audio is chose first and start and end time of the video/audio have their default values, "set " button should be unavailable. Only "set from" should be available.60 * if the start time of the video/audio is chose first and start and end time of the video/audio have their default values, "set interval" button should be unavailable. Only "set from" should be available. 61 61 * static field showing the last played second of the audio/video 62 * a "set " button: if clicked this will make the frame with the chose values for the chose interval of the timeline.62 * a "set interval" button: if clicked this will make the frame with the chose values for the chose interval of the timeline. 63 63 * a "set from" button: if clicked this will make the frame with the chose values from this point to the complete duration of the timeline. 64 64 * a "set all" button: if clicked this will make the frame with the chose values for the complete duration of the timeline. (Missing in media channel options). … … 69 69 * Selecting a timeline channel change the special option for the corresponding channel. 70 70 * Different periods in a channel is in different colors if this periods have different values. 71 * Different periods in a channel is in equal colors if this periods have equal values. 71 72 * Every period has a tooltip, which appear after few seconds hovering over it and showing its values with their names. 72 73 * Child objects are dependent on parent ones. (For example if an object is invisible over period of time, and a frame from this group is visible over the same period, the whole group including the frame is invisible. ) 73 74 74 75 == Task result == … … 76 77 77 78 == Implementation idea == 78 ^(Provide some rough implementation idea(s).)^ 79 * The first line of a timeline for an object or a page contain the name of the object or the page, two spinners for entering start and end points of the interval, special options depending on the chose channel, "set interval" button, "set from" button, "set all" button and spinner for zooming of the timeline. This spinner is located separately from the others at the end of the line.The spinner default value is 1(min) and its highest value is 60. The other values are for example 5, 10, 20, 30, 40 and 50. 80 * The second line is the playhead of the timeline. 81 * All the other lines are the different available channels. 79 82 80 83 == Related == … … 83 86 84 87 == How to demo == 85 ^(Provide instructions for demonstration of the task.)^ 88 1. Create a new book.[[BR]] 89 2. Insert a text frame in it.[[BR]] 90 3. Insert another text frame.[[BR]] 91 4. Click on the text frame.[[BR]] 92 Visibility channel should be selected.[[BR]] 93 5. Choose false value from the combobox, the 4th second from the playhead and press "set from".[[BR]] 94 6. Press "Open preview".[[BR]] 95 The text frame should disappear at the forth second after the preview is opened.[[BR]] 96 7. Click on "Close preview".[[BR]] 97 8. Group the two text frames.[[BR]] 98 8. Click on the group.[[BR]] 99 Visibility channel of the group should be selected.[[BR]] 100 9. Click on the activation channel (for the created frame). 101 10. Choose an interval values 00:00 and 00:05. 102 11. Choose false value and press "set interval" . 103 12. Press "Open preview".[[BR]] 104 The text frame should disappear at the 9th second after the preview is opened.[[BR]] 105 [[BR]] 86 106 107 1. Create a new book.[[BR]] 108 2. Insert a text frame.[BR] 109 3. Click on the text frame.[[BR]] 110 Visibility channel should be selected.[[BR]] 111 4. Click on the location channel.[[BR]] 112 5. Choose values 200 for X and Y.[[BR]] 113 6. Click on "Set all". 114 7. Hover over the the channel. 115 The following tooltip appears: "X:200; Y:200". 116 8. Press "Open preview".[[BR]] 117 The frame's location is at 200,200 at all the time, not the same as in edit mode.[[BR]] 118 [[BR]] 119 120 1. Create a new book.[[BR]] 121 2. Insert an audio frame with 03:30 duration.[BR] 122 3. Click on the text frame.[[BR]] 123 Visibility channel should be selected.[[BR]] 124 4. Click on the media channel.[[BR]] 125 5. Choose an interval values 00:03 and 00:30.[[BR]] 126 6. Choose a start audio time 00:13.[[BR]] 127 Static end time becomes 00:40.[[BR]] 128 7. Hover over the different colored part of the channel between 00:03 and 00:30. 129 The following tooltip appears: "Start audio time:00:13; End audio time:00:40". 130 8. Press "Open preview".[[BR]] 131 9. The 13th second of the audio start playing at the 3rd second after preview starts and ends at the 30th seconds.[[BR]] 87 132 = Design = 88 133 ^(Describe your design here.)^