Skip to content
This repository was archived by the owner on Jun 7, 2018. It is now read-only.

Remove text for handling 'non interpolable' values #10

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3527,14 +3527,6 @@ <h3>The unaccumulated animation value of a keyframe animation effect</h3>
<li>Let <var>end keyframe</var> be the next <a>keyframe</a> in
<var>property-specific keyframes</var> after <var>start
keyframe</var>.</li>
<li>If the pair of property values specified by <var>start
keyframe</var> and <var>end keyframe</var>
differ in <a>property type</a> or have the same <a>property
type</a> but that type is not <a>interpolable</a>,
then return the property value of <var>start keyframe</var>
unless <var>time fraction</var> is greater than or equal to 1, in
which case return the property value of <var>end
keyframe</var>.</li>
<li>Let <var>start offset</var> be the positional offset of <var>start
keyframe</var>.</li>
<li>Let <var>end offset</var> be the offset of <var>end
Expand Down