verb

73 of 732
Other / Slowly

slink - To move smoothly and quietly with gliding steps, in a stealthy or sensuous manner

The lizard slinked forward, hoping to not scare the fly away before it would be eaten.

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