Closed loomchild closed 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.
x-transition:enter doesn't cause an exception, but still doesn't work (perhaps because it applies class).
x-transition:enter
Try removing some specific value from attributes by script.
Fixed in 1.1.1
<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.