publicidad cabecera


 

ÚLTIMAS NOTICIAS

Mostrando entradas con la etiqueta Telón radio TV. Mostrar todas las entradas
Mostrando entradas con la etiqueta Telón radio TV. Mostrar todas las entradas

ZULÚ

junio 21, 2020
Zulú es una película británica de 1964, dirigida por Cy Endfield y protagonizada por Stanley Baker, Michael Caine, Jack Hawkins, Ulla Jacobs...

NOE

abril 06, 2020
Noé (Noah en inglés) es una película épica estadounidense de 2014, dirigida por Darren Aronofsky y escrita por Aronofsky y Ari Handel,...
// Animación de entrada para posts document.addEventListener('DOMContentLoaded', function() { const posts = document.querySelectorAll('.index .post, .archive .post'); const observer = new IntersectionObserver((entries) => { entries.forEach(entry => { if (entry.isIntersecting) { entry.target.classList.add('visible'); } }); }, { threshold: 0.1 }); posts.forEach(post => { observer.observe(post); }); // Efecto hover mejorado const featuredItems = document.querySelectorAll('.featured li'); featuredItems.forEach(item => { item.addEventListener('mouseenter', function() { this.style.zIndex = '10'; }); item.addEventListener('mouseleave', function() { this.style.zIndex = '1'; }); }); });