loomchild / webflow-alpinejs

A connector / wrapper to allow using Alpine.js in Webflow designer.
MIT License
24 stars 8 forks source link

x-transition doesn't work #4

Closed loomchild closed 3 years ago

loomchild commented 3 years ago

<div x-intersect:once="setTimeout(() => show = true, 1000)" x-data="{ show: false }" x-show="show" x-transition="1" class="arrow-wrapper intro">

Maybe because transition attribute value? See exception in console.

loomchild commented 3 years ago

x-transition:enter doesn't cause an exception, but still doesn't work (perhaps because it applies class).

Try removing some specific value from attributes by script.

loomchild commented 3 years ago

Fixed in 1.1.1