I’m trying to implement a way to animate (translate, fade) controls around (more than one at the same time possibly) elegantly. For example, lets say I had a picture in the top left corner, and a textbox in the bottom right corner, I’d like to be able to have them smoothly slide across the window and switch places. I’ve been working for awhile but have not come up with anything that achieves this smoothly or easily.
I’m trying to implement a way to animate (translate, fade) controls around (more than
Share
Check out the dot-net-transitions project on Google Code.There’s now a clone on Github here. It’s also available on nuget asdot-net-transitions. It supports a variety of linear/non-linear transitions including composite transitions that can be used for more complex effects such as ripple.Here is a working sample that demonstrates your desired behavior: