There's a "Command User Interface" example near the top of the .html file there that shows how to use setTimeout to create a time interval between events. Instead of triggering the function "toggle" you would loop through the objects in the scene and set object.hidden = false to make them visible one at a time.