-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using string as easing function name in 'via' does not work #27
Comments
Can you try 01d3e84? |
@mobius3 I've had a similar issue today using this library (I'm not using string forms, but for some reason it started complaining about Thanks in advance. |
I'm actually inclined to removing |
Yeah, whoever needs that can probably just do the switch themselves with the values they need anyway :). Thanks! |
Hey there @mobius3 , have you found the time to do this change? If you haven't, do you need help with it? Not sure if the fix is just remove the whole function altogether or something else, but I can open a PR if it helps. Thanks again! |
Huh, "this weekend", yeah. Sorry, life is taking all of me :P I'm willing to work together in a PR and accept it, indeed. The fix is just to nuke whatever string version of |
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.
The text was updated successfully, but these errors were encountered: