Skip to content

Commit

Permalink
actualizacion
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnySC committed Sep 28, 2023
1 parent ec1e0bf commit dbf3429
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# particulas2.0

[Visitar el sitio de las partículas](https://jonnysc.github.io/particulas2.0/)
<img src="img/particulas2.0.png">


Este código en JavaScript crea un efecto de partículas que responden al movimiento del mouse y cambian su comportamiento cuando se hace clic en la ventana del navegador. A continuación, se detalla el código paso a paso:
Expand Down
Binary file added img/particulas2.0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var partNum = 1000;
var partNum = 1500;
//particle number - change it!

window.requestAnimFrame = (function(){
Expand Down

0 comments on commit dbf3429

Please sign in to comment.