25#include "animatedValue.h"
A class that generates a single constant value for its duration.
Definition: constant.h:44
float generateNextValue(float progress) override
generate the value according to progress in time.
Definition: constant.cpp:37
Definition: animatedValue.h:194
int duration
duration of the event in ms.
Definition: animatedValue.h:237