Info

Gamelab Barcelona Conference – Registration Trailer

Gamelab Conference 2017 started on the 28th of June and we are so happy to be part of it.

It is a place to exchange ideas and information, to connect professionals and companies, and to showcase the best of the videogames industry.

This year, we created a tech-inspired registration trailer for the event that took place in Barcelona, Spain.

Brand:

Gamelab Barcelona, Spain

Our role:

Concept, directing, editing, motion graphics, music & sound design

Date:

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