.tmp_916EC34B298B147312552DF52993A59A_Components-$81.lzx

<canvas height="500" width="500">
   <class name="Button"> 
      <attribute name="r" value="100"/>         
      <view height="${parent.r}" width="${parent.r}" align="center" clickable="true" valign="middle" bgcolor="#323299" fgcolor="white" cornerradius="${this.height/2}" shadowcolor="#c1c1e0" shadowangle="60" shadowdistance="10" shadowblurradius="10">
         <handler name="onclick">  myAnim.stop();  </handler>
         <text align="center" valign="middle" font="Arial" fontsize="40"> fab </text>
      </view>
   </class>
   <view align="center">
      <simplelayout spacing="10" axis="y"/>
      <Button name="myButton1" r="100">
         <animator name="myAnim" attribute="angle" from="0" to="360" duration="8000" repeat="Infinity"/>
      </Button>
      <Button name="myButton2" r="150">
         <animator name="myAnim" attribute="rotation" from="0" to="360" duration="8000" repeat="Infinity" motion="linear"/>
      </Button>
      <Button name="myButton3" r="200"/>
   </view>
</canvas>

Cross References

Classes