🌱 make taps 300ms faster with 1 line of CSS

Source
touch-action: manipulation;

means: element doesn’t want double-tap to zoom result: browser immediately responds to taps instead of waiting 300ms for a “potential” 2nd tap

Made by Brandon . If you find this project useful you can donate.