PreventAnimation

Summary

The PreventAnimation effect changes the animation mode of a specific property to ensure that ARDI doesn't animate it.

It's used when a change in the value of an analogue shouldn't involve a smooth transition between the two states - instead, it should immediately snap to the new value.

This is often used with following behaviours, such as FollowARelationship.

Parameters

Property

Type: Text Default: None

The name of the property you wish to disable animation on.

Examples

<preventanimation property="Distance"/>
Reconfigures the 'Distance' analogue property so that it doesn't animate with new data and instead immediately changes to the new figure.