Class Animation
Describes a single animation step for a static or deployment view.
[DataContract]
public sealed class Animation
- Inheritance
-
Animation
- Inherited Members
Properties
Elements
Identifies the element IDs revealed by this animation step.
[DataMember(Name = "elements", EmitDefaultValue = false)]
public ISet<string> Elements { get; }
Property Value
Order
Indicates the 1-based position of this animation step within the view.
[DataMember(Name = "order", EmitDefaultValue = false)]
public int Order { get; }
Property Value
Relationships
Identifies the relationship IDs revealed by this animation step.
[DataMember(Name = "relationships", EmitDefaultValue = false)]
public ISet<string> Relationships { get; }