Changes between Version 4 and Version 5 of FRAME_OPACITY_R0
- Timestamp:
- 06/10/09 16:30:13 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FRAME_OPACITY_R0
v4 v5 8 8 == Overview == 9 9 10 The user can change the opacity of the whole frame.10 The user should be able to change the opacity of a frame. 11 11 12 12 == Task requirements == … … 14 14 * The frame opacity could be changed by the opacity slider bar in the frame appearance hud. 15 15 * The frame opacity should be kept in the model. 16 * The default frame opacity is 1 .16 * The default frame opacity is 100. 17 17 * All frames elements should be drawn according to the common opacity. 18 * A tree structure can visualize the problem 19 {{{ 20 Frame opacity 21 - Frame border opacity 22 - Frame filling opacity 23 - Frame content opacity 24 }}} 25 Each of these has own opacity. The slider for the frame however should move the sliders of the sub-elements. This means that the opacity should be kept for each element, even if it has no value. When some of the sub-opacities reachs 0 or 100, it remains there until the parent slider is moved again in + or - direction. 18 26 19 27 == Task result ==