È sempre un piacere avere l’opportunità di fotografare dei miei lavori dopo mesi, quando sono perfettamente guariti.

BASS & ROSES

BASS & ROSES

// Passive event listeners jQuery.event.special.touchstart = { setup: function( _, ns, handle ) { this.addEventListener("touchstart", handle, { passive: !ns.includes("noPreventDefault") }); } }; jQuery.event.special.touchmove = { setup: function( _, ns, handle ) { this.addEventListener("touchmove", handle, { passive: !ns.includes("noPreventDefault") }); } };