nounverb noun

37 of 60
Other / Light

flicker - An unsteady movement of a flame or light that causes rapid variations in brightness

Wade's TV signal was reduced to undecipherable flicker once his cable had been cut off.

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