Skip to content

Commit 72fd72d

Browse files
committed
[css-transitions-2] Fix incorrect reference to 'animation' property in note
1 parent 9e2cb10 commit 72fd72d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css-transitions-2/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ changes to computed values.
374374
<div class="note">
375375
As an example, in the following code fragment, when the specified value of
376376
<code>elem</code>'s 'opacity' property is updated, a user agent may defer
377-
recalculating the computed value of the 'animation' property.
377+
recalculating the computed value of the 'opacity' property.
378378

379379
The first time this occurs, calling {{Window/getComputedStyle(elt)}} and
380380
subsequently accessing the <code>opacity</code> property of the result will

0 commit comments

Comments
 (0)