Skip to content

Commit 321b30d

Browse files
authored
Remove a blank line.
1 parent cf0c7d4 commit 321b30d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ Tem mais uma coisa a ser manter em mente. Às vezes, quando a CPU está sobrecar
8282
Mas como sabemos disso em JavaScript? Existe uma especificação [Tempo de animação](http://www.w3.org/TR/animation-timing/) que fornece a função `requestAnimationFrame`. Ela aborda todos esses problemas e mais.
8383

8484
A sintaxe:
85-
8685
```js
8786
let requestId = requestAnimationFrame(callback)
8887
```

0 commit comments

Comments
 (0)