can i make a gameobject disappear same way as image fill amount does?

i want to make my player (in my 2d game) disappear like images’s fill amount meaning disappear from bottom to top for example, i need it so my player can have a disappear effect when its being teleported to a different place is that possible? (i already have a teleport script i just need an effect for 2d).
btw, if anyone has a better idea for a teleportation effect ill be happy to hear!
thanks in advance!

Deleted previous answer and added a real solution, in case someone looks for the solution.

The Image (Script) can be set to display only a part of the picture. Image Type has to be set to Filled. Now, we have several options, which allow creating easilly adjustable image fills, like radial fill or vertical/horizontal cut. From script we can modify the value of the fill, from 0 to 1.