Skip to content

Commit 342b58e

Browse files
patrickhlaukembgoweralastccookiecrook
authored
Amend definition of motion animation to *not* exclude blurring (#4040)
Closes #3949 <!-- This comment and the below content is programmatically generated. You may add a comma-separated list of anchors you'd like a direct link to below (e.g. #idl-serializers, #idl-sequence): Don't remove this comment or modify anything below this line. If you don't want a preview generated for this pull request, just replace the whole of this comment's content by "no preview" and remove what's below. --> *** <a href="https://pr-preview.s3.amazonaws.com/w3c/wcag/pull/4040.html" title="Last updated on Oct 4, 2024, 3:07 PM UTC (abe30f6)">Preview</a> | <a href="https://pr-preview.s3.amazonaws.com/w3c/wcag/4040/a9e49c0...abe30f6.html" title="Last updated on Oct 4, 2024, 3:07 PM UTC (abe30f6)">Diff</a> --------- Co-authored-by: Mike Gower <mikegower@gmail.com> Co-authored-by: Alastair Campbell <ac@alastc.com> Co-authored-by: James Craig <cookiecrook@users.noreply.github.com>
1 parent 0e123f6 commit 342b58e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<dt><dfn id="dfn-motion-animation">motion animation</dfn></dt>
22
<dd>
3-
43
<p>addition of steps between conditions to create the illusion of movement or to give a sense of a smooth transition</p>
5-
<aside class="example"><p>For example, an element which moves into place or changes size while appearing is considered to be animated. An element which appears instantly without transitioning is not using animation. Motion animation does not include changes of color, blurring, or opacity which do not change the perceived size, shape, or position of the element.</p></aside>
6-
4+
<aside class="example"><p>For example, an element which moves into place or changes size while appearing is considered to be animated. An element which appears or changes instantly, without transition/animation steps, is not using animation.</p><p>Motion animation does not include changes – such as changes of color or opacity – that do not alter the perceived size, shape, position, or distance/depth of the element to the viewer.</p></aside>
75
</dd>

0 commit comments

Comments
 (0)