What does “linear interpolation” mean?

前端 未结 2 1819
执念已碎
执念已碎 2020-12-16 03:49

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

2条回答
  •  春和景丽
    2020-12-16 04:30

    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.

提交回复
热议问题