adjective

Url

49 of 50
Good / Beautiful

graceful - Moving in a smooth, relaxed, and attractive way; elegance or beauty of form, manner, movement, or speech.

Thier favorite event of the Olympics was figure skating, because of the graceful way the skaters would move.

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