tweeny
tweeny copied to clipboard
Using string as easing function name in 'via' does not work
The code given as example in tween.h:
auto tween = tweeny::from(0.0f, 100.0f).to(100.0f, 0.0f).via(tweeny::easing::linear, "backOut");
results in a compilation error.
Can you try 01d3e84477b9861c613346dabe804593c095e1c2?