Minor updates

This commit is contained in:
Gabor
2016-09-27 13:43:01 +02:00
parent 0b50f337d9
commit c1c8f5ca83
6 changed files with 105 additions and 17 deletions

View File

@@ -151,13 +151,13 @@ typedef enum
typedef enum
{
LV_ANIM_NONE = 0,
LV_ANIM_FADE,
LV_ANIM_FLOAT_TOP,
LV_ANIM_FLOAT_LEFT,
LV_ANIM_FLOAT_BOTTOM,
LV_ANIM_FLOAT_RIGHT,
LV_ANIM_GROW_H,
LV_ANIM_GROW_V,
LV_ANIM_FADE, /*Animate the opacity*/
LV_ANIM_FLOAT_TOP, /*Float from/to the top*/
LV_ANIM_FLOAT_LEFT, /*Float from/to the left*/
LV_ANIM_FLOAT_BOTTOM, /*Float from/to the bottom*/
LV_ANIM_FLOAT_RIGHT, /*Float from/to the right*/
LV_ANIM_GROW_H, /*Grow/shrink horizontally*/
LV_ANIM_GROW_V, /*Grow/shrink vertically*/
}lv_anim_builtin_t;
/**********************