Kinark / Materialize-stepper

A little plugin that implements a stepper to Materializecss framework.
https://kinark.github.io/Materialize-stepper/
MIT License
227 stars 60 forks source link

Remove the effect when a new step appears : "activateStep()" #81

Closed Lunok closed 5 years ago

Lunok commented 5 years ago

Hello all,

Is it possible to remove the transition effect when adding a new step dynamically with instance.activateStep() ?

I may have played with the css and the transition attribute, I can't remove it completely, if I do, I have a display bug!

Thank you for your help.

Kinark commented 5 years ago

Unfortunately there's no way to remove the transition effect, Lunok, I'm sorry. It'd mess up with the internal logic with the stepper that was built to have smooth transitions everywhere.

Lunok commented 5 years ago

All right, thank you for your answer, I'll try to do it differently.