How to slow or remove the animation of a step change of Angular Material Stepper

I would like to ask if it is possible to change the speed of the animation when the user clicks to the next or previous step.

Is there any way of doing it?

Here you can see an example of a Stepper.

Upvotes: -2

Views: 495

Answers (1)

Ihor Yanovchyk
Ihor Yanovchyk

Reputation: 786

The documentation says you need to use "animationDuration".

Upvotes: 2

Related Questions