File tree 2 files changed +12
-1
lines changed
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
80
80
name</dfn> of a transition is the name of the longhand sub-property for which
81
81
the transition was generated (e.g. 'border-left-width' ).
82
82
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
+
83
94
## Owning element ## {#owning-element-section}
84
95
85
96
The <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>.
2980
2980
2981
2981
<h4 id="calculating-the-transformed-progress">Calculating the transformed progress</h4>
2982
2982
2983
- The <dfn>transformed progress</dfn> is calculated from the
2983
+ The <dfn export >transformed progress</dfn> is calculated from the
2984
2984
<a>directed progress</a> using the following steps:
2985
2985
2986
2986
1. If the <a>directed progress</a> is <a>unresolved</a> ,
You can’t perform that action at this time.
0 commit comments