verb

1 of 60
Other / Slowly

ebb - For the tidewater to slowly move out to sea; for an emotion to slowly lessen.

Quincy's feet weren't getting wet anymore as the tide ebbed from the beach.

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