Creating multi step forms

后端 未结 3 444
独厮守ぢ
独厮守ぢ 2020-12-04 23:06

I have been searching around for a way to create a multi step form such as: http://planner.builtbybuffalo.com/step-1/

I couldnt find any resources, just other exampl

3条回答
  •  独厮守ぢ
    2020-12-04 23:24

    Looks like the steps on the timeline are evenly spaced. It might be as simple as multiplying the step number by the width and divide by the number of steps to get the distance the marker has to travel. Then use jQuery.animate to animate the position of the marker.

    Sandro

提交回复
热议问题