tweeny icon indicating copy to clipboard operation
tweeny copied to clipboard

Method to wait at a point

Open klapstoelpiloot opened this issue 4 years ago • 0 comments

It would be nice to have a method to wait at a specific point.

For example, right now I do:

auto t = tweeny::from(130).to(130).during(300).to(80).during(400);

But it would be better if I could do:

auto t = tweeny::from(130).wait(300).to(80).during(400);

klapstoelpiloot avatar Jan 01 '22 16:01 klapstoelpiloot