Stopping rotate when a tab is clicked

Stopping rotate when a tab is clicked

Hi,
 
I am using the following :
 
   $("#roottexts").tabs().tabs("rotate",12500, true);
 
to let the tabs be displayed one after the other.
 
However , I would like the rotation to stop as soon as the user clicks one tab.
 
Anyone code to do this ?
 
Thx in advance,