edit: animation avec js possible mtn, à régler mieux pour plus de précision

This commit is contained in:
2026-07-30 21:24:37 +02:00
parent e50b0819c7
commit 81f39a62a2
5 changed files with 105 additions and 0 deletions
+20
View File
@@ -1,8 +1,28 @@
import { loadEvents } from './events.js'
import { loadStatus } from './status.js'
import { scanlinesAnimation } from './cuteTexture.js'
import { noiseAnimation } from './cuteTexture.js'
loadEvents();
loadStatus();
/*
// =================================== background texture
let textureVideo = document.querySelectorAll('main > #texture');
for (let video of textureVideo){
video.style.visibility = 'collapse';
}
let textureCanvas = document.querySelector('main > canvas');
textureCanvas.style.visibility = 'visible';
console.log(textureCanvas);
//console.log(textureVideo)
scanlinesAnimation();
// ======================================== stops here !
*/
let target = document.querySelector('#posterWindow');