:: com :: sun :: star :: animations ::
|
unpublished |
constants group AnimationAdditiveMode |
|
|
- Description
- Specifies the additive mode for the animation.
- See also
- unknown ?, http://www.w3.org/TR/smil20/animation.html#adef-calcMode, http://www.w3.org/TR/smil20/animation.html#adef-SplineAnimation-calcMode
|
Constants' Details |
BASE
const short BASE = 0;
- Description
-
|
|
SUM
const short SUM = 1;
- Description
-
|
|
REPLACE
const short REPLACE = 2;
- Description
-
|
|
MULTIPLY
const short MULTIPLY = 3;
- Description
-
|
|
NONE
const short NONE = 4;
- Description
-
|
|
Top of Page
Copyright © 2003 Sun Microsystems, Inc.