Smooth Scroll to Top Button with Transition Effects

(window.innerHeight || (document.documentElement || document.body).clientHeight))” @click=”window.scrollTo({top: 0, behavior: ‘smooth’})” x-show=”isVisible” x-transition:enter=”transition ease-[cubic-bezier(0.68,-0.3,0.32,1)] duration-500 transform order-first” x-transition:enter-start=”opacity-0 -translate-y-8″ x-transition:enter-end=”opacity-100 translate-y-0″ x-transition:leave=”transition ease-[cubic-bezier(0.68,-0.3,0.32,1)]