Info

Grand Ultra is the only place in Romania where you can watch Dolby Atmos movies on the largest cinema screen in Romania.

It is customized with 4k laser projector and active chairs. Enjoy the best cinema experience at Baneasa Shopping City.

Client:

Baneasa Shopping City

Our role:

Concept, Directing, Story-board, 3d stereoscopic animation, Music & Sound fxs

Date:

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