AnimateProperty

Summary

This function will modify a property to change its value over a set amount of specified time. The value will begin at it's current value and gradually change until it reaches the value specified by the Value parameter.

Parameters

Target

Type: Text Default: None

Specifies the name or ARDI ID of the property you would like to have changed. If using an asset ID, begin the target with the '#' character.

Value

Type: Float Default: None

The value in which the property will change to over a period of time. The property begins at its current value at the time this function is executed and then changes gradually until it reaches this specified value.

Duration

Type: Float Default: None

The amount of time that will pass until the property will reach the specified Value.

See Also

Examples

<animateproperty target="/Roof Support/Relay Bar.AFC Extension" value="200" duration="3"/>
This will find the property named AFC Extension located on the asset named Relay Bar which is a child of the asset Roof Support. It will then change the AFC Extension value from it's current value to 200 over a period of 3 seconds.