Skip to content

Commit 3d61f9d

Browse files
committed
[web-animations-1] Fix link to KeyframeEffect constructor source argument
1 parent a53c7ad commit 3d61f9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web-animations-1/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4786,7 +4786,7 @@ interface KeyframeEffect : AnimationEffect {
47864786

47874787
: <dfn constructor for=KeyframeEffect lt="KeyframeEffect(source)">KeyframeEffect (source)</dfn>
47884788
:: Creates a new {{KeyframeEffect}} object with the same properties
4789-
as {{KeyframeEffect/constructor(source)/source}}
4789+
as {{KeyframeEffect/KeyframeEffect(source)/source}}
47904790
using the following procedure:
47914791

47924792
1. Create a new {{KeyframeEffect}} object, <var>effect</var>.

0 commit comments

Comments
 (0)