verb

Url

25 of 29
Other / Fast

zoom - To move quickly or suddenly with a loud humming or buzzing sound.

The motorcycle zoomed past us on the highway.

// Auto-focus search input when modal opens var searchModal = document.getElementById('searchModal'); if (searchModal) { searchModal.addEventListener('shown.bs.modal', function () { var inp = searchModal.querySelector('input[name=search]'); if (inp) inp.focus(); }); }