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

Recommended Answers

All 2 Replies

What does this class do ?
Care to post the class to allow someone to assist you in this effort ?

What is btn_generate?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.