breeze icon indicating copy to clipboard operation
breeze copied to clipboard

[bug]: x-breeze-to

Open sagalbot opened this issue 4 years ago • 1 comments

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>

sagalbot avatar Oct 25 '20 05:10 sagalbot

This is because invisible is set on the element to prepare for an entrance.

sagalbot avatar Oct 26 '20 00:10 sagalbot