<container>
<image id="A" x="0" y="0" width="{screen.width}" height="{screen.height}" opacity="1" rendering="speed" src="screen.srcA" solidity="solid"/>
<image id="B" x="0" y="0" width="{screen.width}" height="{screen.height}" opacity="0" rendering="speed" src="screen.srcB" solidity="solid"/>
<image id="loader" width="17" height="17" x="{screen.width*0.8}" y="4" nbrFrames="10" src="loader.png" rendering="speed"/>
<action on="DoStartTransition" >
<animate targetNode="loader" targetAttr="curFrame" from="0" to="10" begin="0.1s" dur="0.8s" repeatCount="*"/>
<animate targetNode="loader" targetAttr="opacity" from="0" to="1" dur="0ms" />
</action>
<action on="DoStartTransitionLandscape" >
<animate targetNode="loader" targetAttr="x" from="*" to="{screen.width*0.7}" dur="0ms" />
<animate targetNode="loader" targetAttr="curFrame" from="0" to="10" begin="0.1s" dur="0.8s" repeatCount="*"/>
<animate targetNode="loader" targetAttr="opacity" from="0" to="1" dur="0ms" />
</action>
<!-- A/H specific loader position-->
<action on="DoStartTransitionMirror" >
<animate targetNode="loader" targetAttr="curFrame" from="0" to="10" begin="0.1s" dur="0.8s" repeatCount="*"/>
<animate targetNode="loader" targetAttr="opacity" from="0" to="1" dur="0ms" />
<animate targetNode="loader" targetAttr="x" from="*" to="{screen.width*0.1}" dur="0ms" />
</action>
<!-- A/H specific loader position-->
<action on="DoStartTransitionLandscapeMirror" >
<animate targetNode="loader" targetAttr="x" from="*" to="{screen.width*0.1}" dur="0ms" />
<animate targetNode="loader" targetAttr="curFrame" from="0" to="10" begin="0.1s" dur="0.8s" repeatCount="*"/>
<animate targetNode="loader" targetAttr="opacity" from="0" to="1" dur="0ms" />
</action>
<action on="DoTransition" onEnd="FinishedTransition" >
<animate targetNode="loader" targetAttr="opacity" from="1" to="0" dur="0ms" />
<animate targetNode="B" targetAttr="x" from="{screen.width*0.05}" to="0" dur="400ms" ease="in"/>
<animate targetNode="B" targetAttr="y" from="{screen.height*0.05}" to="0" dur="400ms" ease="in"/>
<animate targetNode="B" targetAttr="width" from="{screen.width*0.9}" to="{screen.width}" dur="400ms" ease="in" />
<animate targetNode="B" targetAttr="height" from="{screen.height*0.9}" to="{screen.height}" dur="400ms" ease="in" />
<animate targetNode="B" targetAttr="opacity" from="0" to="1" dur="0ms"/>
</action>
</container>
BUNLARDAN ACABA HANGİSİ AYARLARIN KODU VE DÜŞECEK Mİ YÜKSELECEK Mİ ??? NASIL BULACAĞIZ ACAABa