Hi Jeferson,
I have a suggestion about this effect
I think is better to add this line to CSS
#canvas { position: fixed;}
and you need to correct this
*{margin:0;padding:0;box-sizing:border-box}canvas{display:flex;margin:0 auto;width:100%;height:100vh}
with this
*{margin:0;padding:0;box-sizing:border-box}canvas{display:flex;margin:0 auto;width:100%;height:100%}
Hi Jeferson,
I have a suggestion about this effect
I think is better to add this line to CSS
#canvas { position: fixed;}and you need to correct this
*{margin:0;padding:0;box-sizing:border-box}canvas{display:flex;margin:0 auto;width:100%;height:100vh}with this
*{margin:0;padding:0;box-sizing:border-box}canvas{display:flex;margin:0 auto;width:100%;height:100%}