Closed ghost closed 6 years ago
Hey, I just tried slipjs and I found out, that every element gets added again, after I remove it. Is there a way to prevent that? Thanks, Adam
You have to listen to the event and remove the element from the DOM yourself. This library only animates, but does not remove or add anything itself.
Okay, thanks! 👍
Hey, I just tried slipjs and I found out, that every element gets added again, after I remove it. Is there a way to prevent that? Thanks, Adam