From 3fc3ba9b3547b2b2cf47b026e12083228fa3ef09 Mon Sep 17 00:00:00 2001 From: Brian Birtles Date: Tue, 7 Apr 2015 14:12:47 +0900 Subject: [PATCH] Fix typo in keyframe spacing definition As reported: https://lists.w3.org/Archives/Public/public-fx/2015JanMar/0089.html --- Overview.src.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Overview.src.html b/Overview.src.html index cf53977..665fffd 100644 --- a/Overview.src.html +++ b/Overview.src.html @@ -4075,11 +4075,11 @@

Spacing keyframes

: distribute :: Indicates that keyframes with a null keyframe offset - null are positioned so that the difference between subsequent + are positioned so that the difference between subsequent keyframe offsets are equal. : paced :: Indicates that keyframes with a null keyframe offset - null are positioned so that the distance between subsequent + are positioned so that the distance between subsequent values of a specified paced property are equal. The distance is calculated using the distance computation procedure defined by the animation behavior associated