Code is
usually not required to animate the UI – WPF supports declarative animation.
You can also animate from code as well if you like, but even there, it’s a
usually a matter of telling the animation system what you’d like it to do for
you, and letting it get on with it. The system will take care of regularly
updating the display to keep the animation running. |