Hey,
I've made a nice class Tween, and any control on the form can call it like this:
Tween tw = new Tween(btn_generate, "height", 40, 0.4, "easeOut");
BUT,
would it be possible to call the tween function like this:
btn_generate.Tween("height", 40, 0.4, "easeOut");
That would be a huge improvement
tnx