I often hear the term \"linear interpolation\" in context with animations in WPF. What exactly does \"linear interpolation\" mean? Could you give me an example where to use
E.g. when you want a storyboard to move an element from one position to another using a fixed speed, then you'd use linear interpolation between the start and end positions.