Info

MotionLab brings to the Spotlight audience, elements of Romanian culture by reinventing the past.

YOU are Bucharest!

Client:

Arcub

Our role:

Concept, directing, 2D & 3D animation, compositing, video mapping

Date:

April 2017

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 }); });