Mecanim for Mobile Devices

How do i use mecanim with mobile devices?

Thanks, after following the tutorial recommended by bufflogic, I finally found a solid solution to use mecanim with mobile devices on the Unity3D Asset Store, it’s called the
Mecanim Touch Controller .

It replaces the usual AWSD keyboard and arrow key navigation for you with Touch input on mobile devices . It even works on Mac, PC, and Web Player, by using the mouse instead of touch input when no touch input is available, so you can save time and build your project and test it without having to build to the device every time you update or make a change…and you can deploy the same code to mobile devices, Mac, PC, and Unity Web Players.

Take a look at the Unity Web Player Demo
here

to see how cool this is.

Same way you use it for non-mobile devices.
Follow this tutorial to get a hang of it