Got it! Used the code below & works like a charm. Thanks again!
<image src="images/buttons.png" x="0" y="950" height="50" alpha="1" width="stretch" layer="3">
<onIdle>
<set duration="2">
<animate type="alpha" from="1" to="0.1" algorithm="easeinquadratic"/>
</set>
<set duration="1">
<animate type="alpha" from="0.1" to="1" algorithm="easeinquadratic"/>
</set>
</onIdle>
</image>