Play Animation even when the timescale is 0

I have to play a single animation of menu popUP and sliding of menu when the timescale is zero also went through this link

its is helpful but this method is not working with coroutines and gravity as I have many stones falling from sky and other coroutine been called so I to use timescale =0

You will probably need to post some code for anyone to help you.

Relying on Time.timeScale tends to cause problems. I will make my own CustomScaledTime class if I need something to scale time so I don’t affect everything.