Microsoft DirectX 8.0 |
Defines the value of a PARAM element at a particular time, relative to the start of the transition or effect that contains the PARAM element. The LINEAR element causes the parameter to make a smooth transition from its previous value to the new value. For an instantaneous jump to a new value, use the AT element.
Example
<LINEAR TIME="6" VALUE="0.0" />
Attributes
Name Description Type TIME Time at which the parameter assumes the new value, relative to the start of the transition or effect. Time VALUE Value the parameter has at the specified time. See Remarks.
Parent/Child Information
Parent PARAM Children None
Remarks
The data type for the VALUE attribute depends on the propery being set. For more information, see Transitions and Effects.