Class AnimationState

Applied Stereotypes:
XSDcomplexType

Definition of the animation state.

Used in:
AnimationAction
Properties
  Name Type Cardinality AppliedStereotypes Description
  state double 1..1 XSDattribute The goal state of a component after the AnimationStateAction is executed (rotation: 0% -> lower limiting angle / 100% -> upper limiting angle; translation: 0% -> lower limiting position on movement axis / 100% -> upper limiting position on movement axis). Range: [0..1].
XSD 1.3 Representation


<xsd:complexType name="AnimationState">
<xsd:attribute name="state" type="Double" use="required"/>
</xsd:complexType>

Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
  • Property state
    • XSDattribute

To XSD