Info

Zsolnay Light Festival takes place every year in Pecs, Hungary.

“The uniqueness of the festival is no doubt. The world-conquering genre has also come to us: people who get to the Zsolnay Light Festival can attend a world-class event. Not only exciting light paintings, projections but also artistic performances will guarantee their joyful entertainment. “

This year MotionLab participated at Zsolnay Light Festival with the beautiful project VOID.

VOID is a fragile meditation upon the unbearable lightness of being.

 

Enjoy the video!

Client:

ZSOLNAY Light Festivat, Pecs, Hungary

Our role:

Concept, Directing, Story-board, 2D & 3D animation, Sound Design, Video mapping

Date:

June 2018

let touchTimeout; const projectLinks = document.querySelectorAll('.project-item a'); projectLinks.forEach(link => { link.addEventListener('touchstart', function(e) { touchTimeout = setTimeout(() => { link.click(); }, 300); // Kašnjenje pre nego što se otvori stranica, 300ms }); link.addEventListener('touchend', function() { clearTimeout(touchTimeout); // Ako korisnik brzo otpusti, ne otvara se stranica }); });