noun

169 of 903
Good / Exciting

crescendo - A gradual increase in loudness in a piece of music

Rock guitarists thrill stadium audiences by playing a crescendo until they can't hear anything else.

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