Skip to content

Commit 75fe4d4

Browse files
authored
Add a blank line.
1 parent f429122 commit 75fe4d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

7-animation/3-js-animation/article.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ function animate({timing, draw, duration}) {
138138
if (timeFraction < 1) {
139139
requestAnimationFrame(animate);
140140
}
141+
141142
});
142143
}
143144
```

0 commit comments

Comments
 (0)