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

Update materialize-stepper.js #30

Closed multiwebinc closed 6 years ago

multiwebinc commented 6 years ago

Since MaterializeCSS 1.0-alpha1 does not include the easeOutQuad easing method, I propose it be changed to swing, which is included in jQuery by default. Or else jquery-ui must be included, which is a huge overkill just for a simple easing effect.

rubendinho commented 6 years ago

Anything preventing this from being merged? This would address the issues in #40 and #44.

Currently, the stepper breaks with MaterializeCSS 1.0.0 unless the jquery-easing is added separately.

multiwebinc commented 6 years ago

@rubendinho This project appears to be dead. Last commit was over 10 months ago.

Kinark commented 6 years ago

I'm really sorry, but this PR can't be accepted anymore. This project was abandoned and now it's alive again, but it has been rewritten from scratch, so be sure to check the new docs to learn more. Feel free to rewrite it according to the new code.