nounverb verb

13 of 60
Other / Move

swish - Move with a hissing or rushing sound

The race cars swished past the spectators in a tidal wave of sound.

// 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(); }); }