X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=plugins%2Fdali-script-v8%2Fdocs%2Fcontent%2Fconstants.js;fp=plugins%2Fdali-script-v8%2Fdocs%2Fcontent%2Fconstants.js;h=19359bdd863818593213cd04deb1153d347dd0ef;hp=0d27ff69b6bab17cb66b4f02c06fb04afc7bf070;hb=e453077b0b829b7377f0d2e8fd23c887ce876ae2;hpb=23b8067b737c4e2b94200172251f8517d03cdfa3 diff --git a/plugins/dali-script-v8/docs/content/constants.js b/plugins/dali-script-v8/docs/content/constants.js index 0d27ff6..19359bd 100644 --- a/plugins/dali-script-v8/docs/content/constants.js +++ b/plugins/dali-script-v8/docs/content/constants.js @@ -184,9 +184,34 @@ Constants accessible under the dali global object. |PROPERTY_ARRAY | Object | |PROPERTY_MAP | Object | +|**Layout dimensions ** | | +|DIMENSION_WIDTH | integer value | +|DIMENSION_HEIGHT | integer value | + |**Item layout type ** | | |ITEM_LAYOUT_LIST | integer value | |ITEM_LAYOUT_GRID | integer value | +|**Scroll direction bias ** | | +|DIRECTION_BIAS_NONE | integer value | +|DIRECTION_BIAS_LEFT | integer value | +|DIRECTION_BIAS_RIGHT | integer value | + +|**Animation alpha function ** | | +|ALPHA_FUNCTION_DEFAULT | integer value | +|ALPHA_FUNCTION_LINEAR | integer value | +|ALPHA_FUNCTION_REVERSE | integer value | +|ALPHA_FUNCTION_EASE_IN_SQUARE | integer value | +|ALPHA_FUNCTION_EASE_OUT_SQUARE | integer value | +|ALPHA_FUNCTION_EASE_IN | integer value | +|ALPHA_FUNCTION_EASE_OUT | integer value | +|ALPHA_FUNCTION_EASE_IN_OUT | integer value | +|ALPHA_FUNCTION_EASE_IN_SINE | integer value | +|ALPHA_FUNCTION_EASE_OUT_SINE | integer value | +|ALPHA_FUNCTION_EASE_IN_OUT_SINE | integer value | +|ALPHA_FUNCTION_BOUNCE | integer value | +|ALPHA_FUNCTION_SIN | integer value | +|ALPHA_FUNCTION_EASE_OUT_BACK | integer value | + * @class Constants */