Two plunkers showcasing material design wizard selectors are causing different behavior upon stepper clicks. One uses a minified version of CSS while the other is expanded. The issue arises with the transition effects in the .step-wizard .progressbar
class.
I am puzzled by the fact that the minified file does not seem to take into account the transition effect, even though the code is similar in both versions.
-webkit-transition: width 0.6s ease;
-o-transition: width 0.6s ease;
transition: width 0.6s ease;
View the Minified CSS plunker:
And the Expanded CSS plunker: