-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Hi there, just checking out your plugin. Nice! I've been working on something similar recently (though without user configurable templates) and have found that setting x-init with next tick seems to work for getting transitions working within an x-if/for.
Is that something you might consider adding as it seems that I can't get the transitions working within the template with yours.
The trick that worked for me was doing this when applying transition attributes:
element.setAttribute('x-init', $nextTick(() => {${showString} = true}));
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working