0
kicks
WPF Timer Animation Example
Simple example which uses a DispatcherTimer to call a function at 30 frames per second. The function uses value-based animation to move an orb randomly around the screen. With this implementation, the animation should never run faster than 30 fps but it will run slower if system resources decrease.