How can i change animation?

How can I change the graph animation of the appearance of nodes so that those higher in the hierarchy (in the tree) appear first, and not those that I created first?
like:
animal
animal ->predator
animal → predator → cat
not like:
predator
predator->cat
animal->predaror->cat

I tried to find it in

and

But it isn’t what i need