Class: Tween

Tween

new next2d.ui.Tween ()

Members

next2d.ui.Tween.namespace staticconstant

指定されたクラスの空間名を返します。
Returns the space name of the specified class.

Default Value:
  • next2d.ui.Tween

namespace constant

指定されたオブジェクトの空間名を返します。
Returns the space name of the specified object.

Default Value:
  • next2d.ui.Tween

Methods

next2d.ui.Tween.add (target, from, to, delay, duration, ease)Job static

新しいJobクラスを追加します
Add a new Job class

NameTypeDefaultDescription
targetobject
fromobject
toobject
delaynumber0optional
durationnumber1optional
easefunctionnulloptional
Returns:
TypeDescription
Job

next2d.ui.Tween.toString ()string static

指定されたクラスのストリングを返します。
Returns the string representation of the specified class.

Default Value:
  • [class Tween]
Returns:
TypeDescription
string

toString ()string

指定されたオブジェクトのストリングを返します。
Returns the string representation of the specified object.

Default Value:
  • [object Tween]
Returns:
TypeDescription
string