Changes between Version 5 and Version 6 of FRAME_OPACITY_R0
- Timestamp:
- 06/10/09 16:44:46 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FRAME_OPACITY_R0
v5 v6 9 9 10 10 The user should be able to change the opacity of a frame. 11 12 == Task requirements ==13 14 * The frame opacity could be changed by the opacity slider bar in the frame appearance hud.15 * The frame opacity should be kept in the model.16 11 * The default frame opacity is 100. 17 12 * All frames elements should be drawn according to the common opacity. … … 23 18 - Frame content opacity 24 19 }}} 20 25 21 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. 22 == Task requirements == 23 * Implement opacity for a whole frame (for this revision - frame border and filling) 24 * Optional - Implement opacity for the content 25 * The frame opacity could be changed by the opacity slider bar in the frame appearance hud. 26 * The frame opacity should be kept in the model. 27 26 28 27 29 == Task result ==