breeze
breeze copied to clipboard
[bug]: x-breeze-to
The x-breeze-to
directive is broken when used on it's own.
<h2
class="w-full text-center text-white z-10 text-4xl transition delay-1000 transform"
x-breeze-to="-translate-y-64"
>
This will not animate.
</h2>
This is because invisible
is set on the element to prepare for an entrance.