Lines Matching refs:li
54 …<li><atom>double</atom> describes the element begin as an offset in seconds from an implicit syncb…
56 The offset is measured in parent simple time.</li>
57 <li><type>Event</type> describes an event and an optional offset that determine the
59 is raised.</li>
60 <li><const>Timing::INDEFINITE</const> the begin of the element will be determined by an
61 external event to the element.</li>
62 <li><type>sequence<any></type> a sequence of values described above if more than
63 one begin value is defined for this element.</li>
64 <li><void/> if no begin behaviour is defined for this element.</li>
75 <li><atom>double</atom> specifies the length of the simple duration in seconds.</li>
76 <li><const>Timing::INDEFINITE</const> specifies the simple duration as indefinite.</li>
77 …<li><const>Timing::MEDIA</const> specifies the simple duration as the intrinsic media duration. Th…
78 …<li><void/> the simple duration for the element is defined to be the implicit duration of the elem…
89 …<li><atom>double</atom> describes the element end as an offset in seconds from an implicit syncbas…
91 The offset is measured in parent simple time.</li>
92 <li><type>Event</type> describes an event and an optional offset that determine the
94 is raised.</li>
95 <li><const>Timing::INDEFINITE</const> the end of the element will be determined by an
96 external event to the element.</li>
97 <li><type>sequence<any></type> a sequence of values described above if more than
98 one begin value is defined for this element.</li>
99 <li><void/> if no end behaviour is defined for this element.</li>
126 <li><atom>double</atom>
130 Values must be greater than 0.</li>
131 <li><const>Timing::INDEFINITE</const> the element is defined to repeat indefinitely
132 (subject to the constraints of the parent time container).</li>
133 <li><void/>
134 no repeat count is defined for this element.</li>
146 <li><atom>double</atom>
148 to repeat the simple duration in seconds.</li>
149 <li><const>Timing::INDEFINITE</const> the element is defined to repeat indefinitely
150 (subject to the constraints of the parent time container).</li>
151 <li><void/>
152 No repeat duration is defined for this element. </li>
176 … <li>The values <const>AnimationFill::REMOVE</const>, <const>AnimationFill::FREEZE</const>,
178 specify that the element fill behavior is the respective value.</li>
179 … <li>The value <const>AnimationFill::INHERIT</const> specifies that the value of this attribute
181 … element. If there is no parent element, the value is <const>AnimationFill::AUTO</const>.</li>
240 <li><false/> if the animation is played normal.</li>
241 … <li><true/> if the animation is played forwards and then backwards. This doubles the duration</li>