Stop the animation

Can anybody tell me how to stop the animation on a component?
D.

/*
i am n’t expert … put try these … if your answer is yes :
did you animate your component with CSS ?
if yes … you have to use
/
mycomponent.removeStyleName(“mcomponentAnimationStyleName”);
/

mycomponent = your component witch you want stop it’s animation.
removeStyleName() = method came with every visual component as i know .
arg-> “mcomponentAnimationStyleName” … your CSS Style Name …
http://stackoverflow.com/questions/24365060/how-to-add-css-keyframes-to-vaadin-components
*/

there is vaadin add on called … Animator …

(url)-> http://jouni.virtuallypreinstalled.com/Animator