Animation with multiple models

I have 30 obj models. I want to show them one by one.
so in render loop I hide all object and show only one object in each frame.
It works.
but I want to know is there any other animation method to do that.