File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -80,6 +80,17 @@ sub-property that is animatable. The <dfn>expanded transition property
8080name</dfn> of a transition is the name of the longhand sub-property for which
8181the transition was generated (e.g. 'border-left-width' ).
8282
83+ ## The transition timing function ## {#transition-timing-function}
84+
85+ When creating a {{KeyframeEffect}} for a transition, the effect's {{EffectTiming/easing}}
86+ option is set to the value of the matching 'transition-timing-function' property,
87+ which must be used by {{AnimationEffect/getComputedTiming()}} .
88+
89+ Note: Unlike CSS animations, the timing function for CSS transitions applies to
90+ the animation effect as opposed to the individual keyframes since this allows
91+ it to be reflected in the <a>transformed progress</a> as used when calculating
92+ the reversing shortening factor.
93+
8394## Owning element ## {#owning-element-section}
8495
8596The <dfn>owning element</dfn> of a transition refers to the element or
Original file line number Diff line number Diff line change @@ -2980,7 +2980,7 @@ function</a>.
29802980
29812981<h4 id="calculating-the-transformed-progress">Calculating the transformed progress</h4>
29822982
2983- The <dfn>transformed progress</dfn> is calculated from the
2983+ The <dfn export >transformed progress</dfn> is calculated from the
29842984<a>directed progress</a> using the following steps:
29852985
298629861. If the <a>directed progress</a> is <a>unresolved</a> ,
You can’t perform that action at this time.
0 commit comments