tweeny icon indicating copy to clipboard operation
tweeny copied to clipboard

Using string as easing function name in 'via' does not work

Open eysteinn opened this issue 4 years ago • 6 comments

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.

eysteinn avatar Sep 14 '21 14:09 eysteinn

Can you try 01d3e84477b9861c613346dabe804593c095e1c2?

mobius3 avatar Sep 19 '21 23:09 mobius3