Tweener.Net is a light-weight C# module for easy animation of visible attributes in .Net and Silverlight 2 applications.
At Projectplace we found ourselves in need of a Tweener in a .Net project. Failing to find one we made one. Since the problem solved by a Tweener is so general we're now publishing it, hoping others will have use for it and also participate in developing it.
This Tweener is heavily inspired by Zeh Fernando's Flash Tweener. The C# code took of as an improvement on Miguel Moreno's Tween.cs.
When we say "light weight", we mean it. Although the tweener will probably fatten some with time, it will try to stay simple, lean and easy to use.