nounverb verb

145 of 732
Other / Light

flicker - (of light or a source of light) shine unsteadily; vary rapidly in brightness

The flickering candle did not provide enough light to see what was in the room.

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