verb

37 of 60
Other / Move

glide - To move easily and smoothly

When Michael Jordan went up to shoot a basket, it seemed that he glided through the air.

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