Posts by user155528 • 1 point
1 post
-
-1
votes1
answer79
viewsQ: How to make a Javascript animation with Canvas?
How do you make a small animation in Javascript? I tried to do so but it didn’t work: var tela = document.querySelector('canvas'); var pincel = tela.getContext('2d'); pincel.fillStyle = 'lightgray';…