data/rotatelandscape.fxml
changeset 54 0f0f3f26f787
equal deleted inserted replaced
52:a3a4c0de738e 54:0f0f3f26f787
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <layers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       
     3 	xsi:noNamespaceSchemaLocation="http://www.nokia.com/FXML/10.1">
       
     4 	<comment>Created using carbide.fx 1.5.0;  FxML revision 0.84; Platform 10.1 </comment>
       
     5 	<visual src="Item">
       
     6 		<param name="rotation_angle" type="anim">
       
     7 			<style>linear</style>
       
     8 			<duration>0.2</duration>
       
     9 			<keyframe at="0.0">30</keyframe>
       
    10 			<keyframe at="1.0">90</keyframe>
       
    11 		</param>
       
    12 		<param name="rotation_origin_x" ref="visual.width">0.5</param>
       
    13 		<param name="rotation_origin_y" ref="visual.height">0.5</param>
       
    14 		
       
    15 	</visual>
       
    16 </layers>