<?xml version="1.0" encoding="utf-8"?>
<e:Skin class="action" width="400" height="300" xmlns:e="http://ns.egret.com/eui" xmlns:w="http://ns.egret.com/wing"
        xmlns:tween="egret.tween.*">
    <w:Declarations>
        <tween:TweenGroup id="act">
            <tween:TweenItem target="{img}">
                <tween:props>
                    <e:Object loop="true" />
                </tween:props>
                <tween:To duration="250">
                    <tween:props>
                        <e:Object x="{39}" />
                    </tween:props>
                </tween:To>
                <tween:To duration="250">
                    <tween:props>
                        <e:Object x="{110}" />
                    </tween:props>
                </tween:To>
                <tween:To duration="250">
                    <tween:props>
                        <e:Object x="{226}" y="{78}" />
                    </tween:props>
                </tween:To>
                <tween:To duration="250">
                    <tween:props>
                        <e:Object x="{181}" y="{85}" />
                    </tween:props>
                </tween:To>
            </tween:TweenItem>
        </tween:TweenGroup>
    </w:Declarations>
    <e:Image id="img" source="egret_icon_png" x="142.5" y="82" />
</e:Skin>