adjective

493 of 1576
Bad / Nervous

frenetic - Fast and energetic in a rather wild and uncontrolled way

Every James Bond movie features a frenetic car chase that has the audience on the edge of their seats.

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