summaryrefslogtreecommitdiff
path: root/xmloff/dtd/style.mod
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2001-01-30 12:55:21 +0000
committerChristian Lippka <cl@openoffice.org>2001-01-30 12:55:21 +0000
commit5a27ade00dadd54202c73a5006b98d5c2cdabb4b (patch)
tree0c7bb96d0487650e263284800e842491905dc25f /xmloff/dtd/style.mod
parentf1f6bd0934246eb34ac233a852546868f4a980b8 (diff)
added layer and text animation
Diffstat (limited to 'xmloff/dtd/style.mod')
-rw-r--r--xmloff/dtd/style.mod8
1 files changed, 7 insertions, 1 deletions
diff --git a/xmloff/dtd/style.mod b/xmloff/dtd/style.mod
index 3e46253a8087..e4b5a7ef7ffb 100644
--- a/xmloff/dtd/style.mod
+++ b/xmloff/dtd/style.mod
@@ -1,5 +1,5 @@
<!--
- $Id: style.mod,v 1.24 2001-01-18 14:40:19 cl Exp $
+ $Id: style.mod,v 1.25 2001-01-30 13:55:21 cl Exp $
The Contents of this file are made available subject to the terms of
either of the following licenses
@@ -130,6 +130,12 @@
<!ATTLIST style:properties style:editable %boolean; #IMPLIED>
<!ATTLIST style:properties style:mirror CDATA #IMPLIED>
<!ATTLIST style:properties fo:clip CDATA #IMPLIED>
+<!ATTLIST style:properties text:animation (none|scroll|alternate|slide) #IMPLIED>
+<!ATTLIST style:properties text:animation-direction (left|right|up|down) #IMPLIED>
+<!ATTLIST style:properties text:animation-start-inside %boolean; #IMPLIED>
+<!ATTLIST style:properties text:animation-stop-inside %boolean; #IMPLIED>
+<!ATTLIST style:properties text:animation-repeat %integer; #IMPLIED>
+<!ATTLIST style:properties text:animation-delay %timeDuration; #IMPLIED>
<!-- text properties -->
<!ATTLIST style:properties fo:font-variant (normal|small-caps) #IMPLIED>