Well, in that case, you can pretty much animate anything on the menu you want.
Here's an example of what I've created using the plugin as a test:
http://animateitdemo.wpdevcloud.com/top-menu-test/
And here's the code that I have used (Let me know if you need CSS style as well)
<div class="top-menu-test animated fadeInDown delay1">
<div class="container">
<div class="meni-item-logo animated fadeInLeft delay3">
<img src="http://resultsfoodcoaching.com/wp-content/uploads/2015/03/results-logo_color.svg" />
</div>
<div class="top-menu-items">
<span class="menu-items animated fadeInRight delay3">
<a href="#">Home</a>
</span>
<span class="menu-items animated fadeInRight delay4">
<a href="#">What We Do</a>
</span>
<span class="menu-items animated fadeInRight delay5">
<a href="#">How it Works</a>
</span>
<span class="menu-items animated fadeInRight delay6">
<a href="#">Testimonials</a>
</span>
<span class="menu-items animated fadeInRight delay7">
<a href="#">Our Team</a>
</span>
<span class="menu-items animated fadeInRight delay8">
<a href="#">Blog</a>
</span>
<span class="menu-items get-started animated fadeInRight delay9">
<a href="#">Get Started</a>
</span>
</div>
</div>
</div>
Last but not the least. Please don't forget to rate the Plugin