Revert "Nothing "new" with these"
Actually the "new" comment means "non-standard", as the "new" ones are
not in SMIL 2.0, which is what ODF references. Yay for standards.
Added clarifying comments.
This reverts commit 11c7da74d5
.
Change-Id: I0696b731c1a055eaf35c68066dfa6f92e1af06f2
This commit is contained in:
@@ -128,15 +128,17 @@ constants TransitionSubType
|
||||
const short FADETOCOLOR = 102;
|
||||
const short FADEFROMCOLOR = 103;
|
||||
const short FADEOVERCOLOR = 104;
|
||||
|
||||
// Most of those below are non-standard, not in SMIL 2.0
|
||||
const short THREEBLADE = 105;
|
||||
const short EIGHTBLADE = 106;
|
||||
const short ONEBLADE = 107;
|
||||
const short ACROSS = 108;
|
||||
const short TOPLEFTVERTICAL = 109;
|
||||
const short TOPLEFTVERTICAL = 109; // Is in SMIL
|
||||
const short COMBHORIZONTAL = 110;
|
||||
const short COMBVERTICAL = 111;
|
||||
const short IN = 112;
|
||||
const short OUT = 113;
|
||||
const short IN = 112; // Not actually a subtype, and apparently unused
|
||||
const short OUT = 113; // Ditto
|
||||
const short ROTATEIN = 114;
|
||||
const short ROTATEOUT = 115;
|
||||
const short FROMTOPLEFT = 116;
|
||||
|
@@ -64,6 +64,8 @@ constants TransitionType
|
||||
const short PUSHWIPE = 35;
|
||||
const short SLIDEWIPE = 36;
|
||||
const short FADE = 37;
|
||||
|
||||
// Non-standard, not in SMIL 2.0:
|
||||
const short RANDOMBARWIPE = 38;
|
||||
const short CHECKERBOARDWIPE = 39;
|
||||
const short DISSOLVE = 40;
|
||||
|
Reference in New Issue
Block a user