summaryrefslogtreecommitdiff
path: root/macros/context/contrib/context-animation/tex/context/interface/third/t-animation.xml
blob: 7ad5cb55a44e7f8751c7b7334099b21447fac777 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<?xml version="1.0" encoding="UTF-8"?>

<cd:interface xmlns:cd="http://www.pragma-ade.com/commands" name="context" language="en" version="2011.05.19">

<cd:command name="animation" type="environment" generated="yes" file="t-animation.mkvi">
    <cd:sequence>
        <cd:variable value="animation"/>
    </cd:sequence>
    <cd:arguments>
        <cd:keywords n="1" optional="yes">
            <cd:constant type="cd:name"/>
        </cd:keywords>
        <cd:assignments n="2" list="yes" optional="yes">
            <cd:inherit name="setupanimation" n="2"/>
            <cd:inherit name="definefieldstack" n="3"/>
        </cd:assignments>
    </cd:arguments>
</cd:command>

<cd:command name="animation" type="environment" file="t-animation.mkvi">
    <cd:sequence>
        <cd:string value="animation"/>
    </cd:sequence>
    <cd:arguments>
        <cd:keywords n="1" optional="yes">
            <cd:constant type="cd:name"/>
        </cd:keywords>
        <cd:assignments n="2" list="yes" optional="yes">
            <cd:inherit name="setupanimation" n="2"/>
            <cd:inherit name="definefieldstack" n="3"/>
        </cd:assignments>
    </cd:arguments>
</cd:command>

<cd:command name="defineanimation" file="t-animation.mkvi">
    <cd:sequence>
        <cd:string value="defineanimation"/>
    </cd:sequence>
    <cd:arguments>
        <cd:keywords n="1">
            <cd:constant type="cd:name"/>
        </cd:keywords>
        <cd:keywords n="2" optional="yes">
            <cd:constant type="cd:name"/>
        </cd:keywords>
        <cd:assignments n="3" list="yes" optional="yes">
            <cd:inherit name="setupanimation" n="2"/>
        </cd:assignments>
    </cd:arguments>
</cd:command>

<cd:command name="setupanimation" file="t-animation.mkvi">
    <cd:sequence>
        <cd:string value="setupanimation"/>
    </cd:sequence>
    <cd:arguments>
        <cd:keywords n="1">
            <cd:constant type="cd:name"/>
        </cd:keywords>
        <cd:assignments n="2">
            <cd:parameter name="menu">
                <cd:constant type="yes"/>
                <cd:constant type="no"/>
                <cd:constant type="overlay" default="yes"/>
            </cd:parameter>
            <cd:parameter name="menustyle">
                <cd:resolve name="style"/>
            </cd:parameter>
            <cd:parameter name="menucolor">
                <cd:constant type="cd:name"/>
            </cd:parameter>
            <cd:inherit name="setupframed" n="2"/>
        </cd:assignments>
    </cd:arguments>
</cd:command>

</cd:interface>