Lines Matching refs:attribute
46 /** This attribute specifies the target element to be animated.
50 [attribute] any Target;
52 /** This attribute specifies an optional subitem from the target element
59 [attribute] short SubItem;
61 /** Specifies the target attribute.
65 [attribute] string AttributeName;
68 the specified attribute.
72 [attribute] sequence< any > Values;
76 [attribute] sequence< double > KeyTimes;
81 [attribute] short ValueType;
85 If the target attribute does not support linear interpolation (e.g. for strings),
86 or if the values attribute has only one value, the CalcMode attribute is ignored
91 [attribute] short CalcMode;
97 [attribute] boolean Accumulate;
104 [attribute] short Additive;
108 Must be a legal value for the specified attribute.
109 Ignored if the <member>Values</member> attribute is specified.
113 [attribute] any From;
117 Must be a legal value for the specified attribute.
118 Ignored if the <member>Values</member> attribute is specified.
122 [attribute] any To;
128 Ignored if the values attribute is specified.
129 Ignored if the <member>Values</member> attribute is specified.
133 [attribute] any By;
137 [attribute] sequence< TimeFilterPair > TimeFilter;
143 [attribute] string Formula;