Changes between Version 8 and Version 9 of GROUP_TIMELINES_R1


Ignore:
Timestamp:
10/01/09 15:36:39 (16 years ago)
Author:
milen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GROUP_TIMELINES_R1

    v8 v9  
    3131 
    3232    * the title bar of the timeline flap should display the name of the selected object. 
    33     * activation channel, 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, location channel, (optional - size channel) and media channel if the frame is audio or video one. 
    3434    * If more than one frame is in the group, each frame in the group should have its own set of channels. 
    3535    * a playhead that can be moved across the timeline from 0:00 to 1:00 (these are the default values). 
    3636    * two buttons for zoom in and zoom out of the playhead of the timeline. 
     37    * checkbox for looping of the timeline. 
    3738    * a control bar for the selected channel with two fields and four buttons: 
    3839          * a field where the user can enter a start point (by default 0:00) 
    3940          * a field where the user can enter a stop point (by default 0:00) 
    4041          * special options for inserting values for the corresponding channel. 
    41                * for an activation channel 
     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.) 
     43                   * This channel is available only if the object or page has its children. 
     44                   * Frame cannot have children. 
     45                   * A group or a page can have more activation channels, one for every child. 
     46                   * A combobox with true and false is available(true is default value) 
    4247               * for a visibility channel 
    43                    * combo box with true and false values for visibility (default value true) 
     48                   * combo box with true and false values for visibility (default value- true) 
    4449               * for a location channel 
    45                    * two fields for writing values for X and Y coordinates(default values - the current values of the frame). 
     50                   * two spinners for writing values for X and Y coordinates(default values - the current values of the frame). 
    4651               * (optional) for a size channel 
    47                    * two fields for writing values for width and height coordinates(default values - the current values of the frame). 
    48                * for a media channel 
     52                   * two spinners for writing values for width and height coordinates(default values - the current values of the frame). 
     53               * for a media channel(this channel is available only if the frame is an audio or video one) 
     54                   * the button "set all" which is available in the other channels should miss here. 
     55                   * spinner for choosing true and false values for the media (true is default).If true is chose the following is available: 
     56                    * spinner for choosing this second of the video or audio which the video or audio starts (by default 0:00).  
     57                        * the biggest difference in the values in the interval is the entire time of the video/audio. 
     58                        * highest value of the spinner is the last second of the audio/video. 
     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. 
     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. 
    4963          * 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. 
    50           * a "set all" button: if clicked this will make the frame with the chose values for the complete duration of the timeline. 
     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). 
    5165          
    5266         
    5367 These behaviors should occur: 
    54     * 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. 
    5568    * Default selected channel for a frame when selected is visibility one. 
    5669    * Selecting a timeline channel change the special option for the corresponding channel. 
     
    6073 
    6174== Task result == 
    62 ^(List the end product of the task (for example "Source code", "Wiki page", etc.))^ 
     75source code 
    6376 
    6477== Implementation idea ==