Skip to content

Fix and simplify stepper animations

Lukas Weingarten requested to merge fix-and-simplify-stepper-animations into master

Fix initilization of ContentStepperComponent

Currently initilization is sometimes broken because input data isn't available when assigning stepCount.

Introduce variables for stepper animations

Stop using timeout before executing logic after step animation

Merge request reports