Skip to content
hubendubler edited this page Sep 24, 2018 · 1 revision

The motion element describes motion in any given frame. It contains a from and a to element that each contain a location in the frame. The motion element typically resides inside a quantitative item.

Definition

element motion {
    element from { text },
    element to { text }
}

Usage

<quantstmt>
    <quantitem type="motion">
        <motion>
            <from>r</from>
            <to>l</to>
        </motion>
    </quantitem>
</quantstmt>
Clone this wiki locally