Skip Animation?

What is the best/easiest way to skip to the end of an intro animation? The animation(s) play when the page finishes loading and take about 23 seconds to complete. I would like to give the user the option to skip if they want to. Is there a way to just tell it to jump to the 23-second mark or is it more complicated than that?

-Scott

Put all the animated stuff into a single div/element. Hide the element on a button click.

I ended up just making a second copy of the home page, that way, if a person returns to the home page, it doesn’t play again. I’m sure this could be done differently, but that’s how I tackled it. Thanks for the input, I’ll remember that next time.