{
const rect = document.querySelector('#banderole').getBoundingClientRect();
show = rect.bottom <= 0;
}"
@wheel.window="(e) => {
const rect = document.querySelector('#banderole').getBoundingClientRect();
show = rect.bottom <= 0;
}"
x-init="">
© 2024 Da Vinci Group