verb

1 of 60
Good / Happy

frolic - To play and move about in a cheerful, lively, and light-spirited manner.

On the first warm spring day after the long harsh winter, the lambs were let out in the field and they frolicked playfully in the fresh grass.

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