radioapp/radiowidgets/res/effects/blink_in_out_in.fxml
branchGCC_SURGE
changeset 37 451b2e1545b2
parent 26 6bcf277166c1
parent 33 11b6825f0862
equal deleted inserted replaced
26:6bcf277166c1 37:451b2e1545b2
     1 <!-- flip and change opacity -->
       
     2 
       
     3 <layers> 
       
     4  	<visual>
       
     5  		<param name="opacity" type="anim">
       
     6     		<duration>1.0</duration>
       
     7     		<style>easeinout</style>
       
     8             <keyframe at="0.0">0.3</keyframe>
       
     9 	        <keyframe at="1.0">1.0</keyframe>            
       
    10         </param>                
       
    11   	</visual>
       
    12 </layers>