diff options
| author | louis <louis.braun@gmx.de> | 2015-04-12 17:10:06 +0200 |
|---|---|---|
| committer | louis <louis.braun@gmx.de> | 2015-04-12 17:10:06 +0200 |
| commit | e8291960bd4b221ff7e55aa55fd45aaeb3c8d37a (patch) | |
| tree | 035edf9bbba62e22dd3dcf70ebde1d0effece1bd /dtd | |
| parent | 22da0fccd432610f6a2ca9ea1a1c5557fb12edec (diff) | |
| download | vdr-plugin-skindesigner-e8291960bd4b221ff7e55aa55fd45aaeb3c8d37a.tar.gz vdr-plugin-skindesigner-e8291960bd4b221ff7e55aa55fd45aaeb3c8d37a.tar.bz2 | |
added possibility for blinking images, texts, rectangles, ellipses and slopes
Diffstat (limited to 'dtd')
| -rw-r--r-- | dtd/functions.dtd | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dtd/functions.dtd b/dtd/functions.dtd index 7ea61b6..50198f4 100644 --- a/dtd/functions.dtd +++ b/dtd/functions.dtd @@ -73,6 +73,8 @@ name NMTOKEN #IMPLIED text CDATA #REQUIRED condition CDATA #IMPLIED + animtype CDATA #IMPLIED + animfreq CDATA #IMPLIED debug (true|false) #IMPLIED > @@ -110,6 +112,8 @@ text CDATA #REQUIRED direction (bottomup|topdown) #IMPLIED condition CDATA #IMPLIED + animtype CDATA #IMPLIED + animfreq CDATA #IMPLIED debug (true|false) #IMPLIED > @@ -124,6 +128,8 @@ color CDATA #REQUIRED name NMTOKEN #IMPLIED condition CDATA #IMPLIED + animtype CDATA #IMPLIED + animfreq CDATA #IMPLIED debug NMTOKEN #IMPLIED > @@ -139,6 +145,8 @@ quadrant CDATA #REQUIRED name NMTOKEN #IMPLIED condition CDATA #IMPLIED + animtype CDATA #IMPLIED + animfreq CDATA #IMPLIED debug NMTOKEN #IMPLIED > @@ -154,6 +162,8 @@ type CDATA #REQUIRED name NMTOKEN #IMPLIED condition CDATA #IMPLIED + animtype CDATA #IMPLIED + animfreq CDATA #IMPLIED debug NMTOKEN #IMPLIED > @@ -170,5 +180,7 @@ path CDATA #REQUIRED name CDATA #IMPLIED condition CDATA #IMPLIED + animtype CDATA #IMPLIED + animfreq CDATA #IMPLIED debug NMTOKEN #IMPLIED > |
