css-transitions/Overview.bs

changeset 19662
8b4265c1a7d9
parent 19660
22c1ec7d629a
equal deleted inserted replaced
19661:5f727ed98efe 19662:8b4265c1a7d9
588 <a>before-change style</a>, 588 <a>before-change style</a>,
589 excluding any styles from CSS Transitions in the computation, 589 excluding any styles from CSS Transitions in the computation,
590 and inheriting from 590 and inheriting from
591 the <a>after-change style</a> of the parent. 591 the <a>after-change style</a> of the parent.
592 Note that this means the <a>after-change style</a> does not differ from 592 Note that this means the <a>after-change style</a> does not differ from
593 the <a>before-change style</a> due to newly created or cancelled CSS 593 the <a>before-change style</a> due to newly created or canceled CSS
594 Animations. 594 Animations.
595 </p> 595 </p>
596 596
597 <div class="note"> 597 <div class="note">
598 <p> 598 <p>
1190 </dd> 1190 </dd>
1191 1191
1192 <dt><dfn id=transitioncancel>transitioncancel</dfn></dt> 1192 <dt><dfn id=transitioncancel>transitioncancel</dfn></dt>
1193 <dd> 1193 <dd>
1194 The {{transitioncancel}} event occurs when a transition is <a 1194 The {{transitioncancel}} event occurs when a transition is <a
1195 lt="cancel">cancelled</a>. 1195 lt="cancel">canceled</a>.
1196 1196
1197 The {{TransitionEvent/elapsedTime}} for {{transitioncancel}} events is 1197 The {{TransitionEvent/elapsedTime}} for {{transitioncancel}} events is
1198 the number of seconds from the end of the transition's delay to the 1198 the number of seconds from the end of the transition's delay to the
1199 moment when the transition was cancelled. 1199 moment when the transition was canceled.
1200 If the transition had a negative 'transition-delay', the beginning of the 1200 If the transition had a negative 'transition-delay', the beginning of the
1201 transition is the moment equal to the absolute value of 'transition-delay' 1201 transition is the moment equal to the absolute value of 'transition-delay'
1202 seconds <em>prior</em> to when the transition was actually triggered. 1202 seconds <em>prior</em> to when the transition was actually triggered.
1203 Alternatively, if the transition had a positive 'transition-delay' and the 1203 Alternatively, if the transition had a positive 'transition-delay' and the
1204 event is fired before the transition's delay has expired, the 1204 event is fired before the transition's delay has expired, the

mercurial