Specify The Animation That Happens When a Stepper Changes Value
Daily Coding Tip 197
In Daily Coding Tip 193 I talked about how a Toggle can be given a Binding that also specifies the animation which should occur when the value changes.
Since the animation function on a Binding actually returns a Binding, it can be used wherever a Binding exists. A Slider wouldn’t be a very good example, although it would be possible, because the smooth…


