You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<code class='attribute-name'><dfn attribute for="TransitionEvent" id="Events-TransitionEvent-propertyName">propertyName</dfn></code> of type <code>DOMString</code>, readonly
1230
-
</dt>
1231
-
<dd>
1232
-
The name of the CSS property associated with the transition.
1233
-
</dd>
1234
-
</dl>
1235
-
<dl>
1236
-
<dt>
1237
-
<code class='attribute-name'><dfn attribute for="TransitionEvent" id="Events-TransitionEvent-elapsedTime">elapsedTime</dfn></code> of type <code>float</code>, readonly
1238
-
</dt>
1239
-
<dd>
1240
-
The amount of time the transition has been running, in
1241
-
seconds, when this event fired not including any time spent
1242
-
in the delay phase.
1243
-
The precise calculation for of this member is defined along
1244
-
with each event type.
1245
-
</dd>
1246
-
</dl>
1247
-
<dl>
1248
-
<dt>
1249
-
<code class='attribute-name'><dfn attribute for="TransitionEvent" id="Events-TransitionEvent-pseudoElement">pseudoElement</dfn></code> of type <code>DOMString</code>, readonly
1250
-
</dt>
1251
-
<dd>
1252
-
The name (beginning with two colons) of the CSS
1253
-
pseudo-element on which the transition occurred (in
1254
-
which case the target of the event is that
1255
-
pseudo-element's corresponding element), or the empty
1256
-
string if the transition occurred on an element (which
: <code class='attribute-name'><dfn attribute for="TransitionEvent" id="Events-TransitionEvent-propertyName">propertyName</dfn></code> of type <code>DOMString</code>, readonly
1218
+
:: The name of the CSS property associated with the transition.
1219
+
: <code class='attribute-name'><dfn attribute for="TransitionEvent" id="Events-TransitionEvent-elapsedTime">elapsedTime</dfn></code> of type <code>float</code>, readonly
1220
+
:: The amount of time the transition has been running, in seconds, when this
1221
+
event fired not including any time spent in the delay phase. The precise
1222
+
calculation for of this member is defined along with each event type.
1223
+
: <code class='attribute-name'><dfn attribute for="TransitionEvent" id="Events-TransitionEvent-pseudoElement">pseudoElement</dfn></code> of type <code>DOMString</code>, readonly
1224
+
:: The name (beginning with two colons) of the CSS
1225
+
pseudo-element on which the transition occurred (in
1226
+
which case the target of the event is that
1227
+
pseudo-element's corresponding element), or the empty
1228
+
string if the transition occurred on an element (which
0 commit comments