I’m trying to pass an object into a the middle of a ring (made of particles) such that the object is not visible before it passes, but becomes visible after it has passed.

As you can see, I want the glowing ball to pass through the particle effect, and when the ball passes through, it becomes visible. The goal is to make it look like the ball has “Warped/Teleported” into the scene
What would be the best way to do this?
One way I thought of was to put a collider in the middle of the ring and put an on collider event to make the ball visible, however this is not really great because the ball would end up just being visible immediately. I need only the parts of the ball that has gone through the ring to become visible (So it looks much more realistic!)