We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2243ff commit bcf1b3fCopy full SHA for bcf1b3f
src/framework/components/anim/constants.js
@@ -16,6 +16,11 @@ export var ANIM_PARAMETER_FLOAT = 'FLOAT';
16
export var ANIM_PARAMETER_BOOLEAN = 'BOOLEAN';
17
export var ANIM_PARAMETER_TRIGGER = 'TRIGGER';
18
19
+export var ANIM_BLEND_1D = '1D';
20
+export var ANIM_BLEND_2D_DIRECTIONAL = '2D_DIRECTIONAL';
21
+export var ANIM_BLEND_2D_CARTESIAN = '2D_CARTESIAN';
22
+export var ANIM_BLEND_DIRECT = 'DIRECT';
23
+
24
export var ANIM_STATE_START = 'START';
25
export var ANIM_STATE_END = 'END';
26
export var ANIM_STATE_ANY = 'ANY';
0 commit comments