Reference Source Test
public class | source

Transition

Constructor Summary

Public Constructor
public

Member Summary

Public Members
public
public
public
public
public
public
public
public

Method Summary

Public Methods
public

restart(currentTime: *, startValue: *, endValue: *)

public

start(currentTime: *, updateFunction: *, stopFunction: *, startValue: *, endValue: *, duration: *)

public

step(currentTime: *)

public

stop()

Public Constructors

public constructor() source

Public Members

public count: number source

public duration: number source

public endValue: number source

public inProgress: boolean source

public startTime: * source

public startValue: number source

public stopFunction: * source

public updateFunction: * source

Public Methods

public restart(currentTime: *, startValue: *, endValue: *) source

Params:

NameTypeAttributeDescription
currentTime *
startValue *
endValue *

public start(currentTime: *, updateFunction: *, stopFunction: *, startValue: *, endValue: *, duration: *) source

Params:

NameTypeAttributeDescription
currentTime *
updateFunction *
stopFunction *
startValue *
endValue *
duration *

public step(currentTime: *) source

Params:

NameTypeAttributeDescription
currentTime *

public stop() source