Efl.Ui.Win.focus_highlight_animate

Description

Whether focus highlight should animate or not.

See also Efl.Ui.Win.focus_highlight_style. See also Efl.Ui.Win.focus_highlight_enabled.

Since 1.22

Values

  • animate - The enabled value for the highlight animation.

Signature

@property focus_highlight_animate {
    get {}
    set {}
    values {
        animate: bool;
    }
}

C signature

Eina_Bool efl_ui_win_focus_highlight_animate_get(const Eo *obj);
void efl_ui_win_focus_highlight_animate_set(Eo *obj, Eina_Bool animate);

Implemented by