Layout transition with javascript hook not working
I wanted to animate between layouts using anime.js. But it seems that the layout transition javascript hook doesn't even care about when the
here is my code:
here I'm just creating a promise that when done, with call the
done() function is called and just immediately changes the layout.here is my code:
here I'm just creating a promise that when done, with call the
done function. i tried to await it; tried using just setTimeout; nothing worked!