verb

Url

37 of 60
Other / Move

recede - To move back or withdraw from a previous position, often used in the context of water, hairline, or a retreating force.

After the flood, the waters slowly began to recede, giving people hope that life might soon return to normal.

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