How to make a selection of blocks disappear in a fade effect [closed]

I'm building a TARDIS (Doctor Who's Time Machine) in Minecraft, and for when it disembarks, it fades away. Is there any practical way i can do this in Minecraft or should i make a texture pack?

Reference -

P.S - I have all the sounds ready, that's not the problem.


In Minecraft, particle effects are used instead of Texture fading in order to show transition because physical block opacity is binary, and using texture changes for fading a block would be demanding for Minecraft to have without modification.

I would recommend either masking a /setblock transition with a multitude of particles, or, like you said, use multiple /setblock transitions with increasingly transparent textures. Plus, if you already have a custom TARDIS resource pack, you already possess most of the skills required to do the second option. GL! I hope this helps.