Info

Inspiration and good vibe!

Because good food brings people together, we created an experimental mapping for Kaufland Romania.

A fine dining restaurant, where the taste of every savored meal will bring the audience in exquisite places.

A beautiful place where food gets new connotations.

Enjoy Kaufland ultimate experience straight out from MotionLab.

Client:

KAUFLAND ROMANIA

Our role:

Concept, Directing, Story-board, 3d animation, Technical implementation, Sound design, Video mapping, Touch designer application

Date:

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