adjective

Url

1441 of 1576
Bad / Small

transitory - Not lasting, enduring, or permanent; temporay and lasting only a short time.

As a teenager he realized that he had to make every day count to achieve his lofty goals, because life is transitory.

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