18 #ifndef LIBS_MVA_GUI_INCLUDE_ANIMATIONS_FADE_OUT_H_
19 #define LIBS_MVA_GUI_INCLUDE_ANIMATIONS_FADE_OUT_H_
21 #include "real_property_animation.h"
27 explicit FadeOut(QObject* parent =
nullptr);
30 void setStartPropertyValue(qreal new_start_property_value);
31 void setEndPropertyValue(qreal new_end_property_value);
Definition: fade_out.h:23
Definition: real_property_animation.h:25