#Best way to do simple transition animations like fade in/out and fly in/out ?
4 messages · Page 1 of 1 (latest)
And what would be the method by which you can hold some component from destroying its DOM element until the animation is finished while at the same time de-coupling it from its reactivity?
solid-transition-group and motionone/solid are worth checking out
no element is destroyed necessarily, it's released from memory if not used anymore.
but you can hold onto it's reference and still render it, when though the reactivity graph is disposed