Skip to content

Commit 92cee06

Browse files
Update 7-animation/3-js-animation/article.md
Co-authored-by: joaquinelio <joaquinelio@gmail.com>
1 parent f725617 commit 92cee06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ function animate({timing, draw, duration}) {
133133
// calcular el estado actual de la animación
134134
let progress = timing(timeFraction)
135135

136-
draw(progress); // dibujala
136+
draw(progress); // dibujar
137137

138138
if (timeFraction < 1) {
139139
requestAnimationFrame(animate);

0 commit comments

Comments
 (0)