Egret Engine R - v6.0.0
    Preparing search index...

    Use in exml:

    	<tween:TweenItem target="{this.button}">
    <tween:props>
    <e:Object loop="{true}"/>
    </tween:props>
    <tween:paths>
    <e:Array>
    <tween:To duration="500">
    <tween:props>
    <e:Object x="{100}" y="{200}" />
    </tween:props>
    </tween:To>
    <tween:Wait duration="1000" />
    <tween:To duration="1000">
    <tween:props>
    <e:Object x="{200}" y="{100}" />
    </tween:props>
    </tween:To>
    </e:Array>
    </tween:paths>
    </tween:TweenItem>

    Hierarchy

    • EventDispatcher
      • TweenItem
    Index
    • 播放Tween

      Parameters

      • Optionalposition: number

      Returns void

      播放的起始位置, 默认为从上次位置继续播放

      Egret 3.1.8

      Web

      zh_CN