Crestron Components Lib - Showcase App

ch5-animation: startAnimating

startAnimating attribute

The default value is true

Starts or stops the playing of the animation object

<p>startAnimating="true"</p> 
<ch5-animation 
	startAnimating="true">
</ch5-animation>
<hr />
<p>startAnimating="false"</p> 
<ch5-animation 
	startAnimating="false">
</ch5-animation>

startAnimating="true"


startAnimating="false"