Matt

Matt

  • NA
  • 38
  • 0

Creating an animated line using WPF

Sep 5 2017 2:34 PM
I would like to create an animated line using WPF where a different segment is shown depending on the option that is selected -- like the one on the BMW website:
 
https://www.bmwusa.com/byo.html#!/build/color/dflf5yci
 
On this website, when the user selects different options the animated line moves to the corresponding selection.  If the newly selected option is further away, it accelerates more to get there faster.
 
What control would I use in WPF to achieve this? 
 

Answers (8)