.. index:: pair: enum; AnimationFillMode .. _doxid-class_e_e_1_1_u_i_1_1_c_s_s_1_1_animation_definition_1a1064c2ef634a5b08ed073af414b8f7d2: enum EE::UI::CSS::AnimationDefinition::AnimationFillMode ======================================================== .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include enum AnimationFillMode { :target:`None` = String::hash("none"), :target:`Forwards` = String::hash("forwards"), :target:`Backwards` = String::hash("backwards"), :target:`Both` = String::hash("both"), };