Returns the value this variable has at the given animation clock value.
@override int lerp(double t) => (begin + (end - begin) * t).floor();