Waves effects in Materialize are powered by Waves (http://fian.my.id/Waves). Version included in materialize library is 0.6.4. Can you update it to latest 0.7.6?
What functionality from the newer version do you need?
It looks like there are many benefits, per the changelog: https://github.com/fians/Waves/releases
disabled property is setz-index in CSSI wouldn't think any of this would cause issues
@smileytechguy said about benefits. And I think newer version is better in latest Materialize. you should take care of such details.
I would really appreciate this, too.
In my use case I need to triggering the waves effect from code (Waves.ripple() introduced in 0.7.0).
In my application I replaced the css and js code and added in line 30:
document.addEventListener('DOMContentLoaded', function () {
window.Waves.init();
}, false);
(This was previously in the end of the file)
This worked for me. However I have not tested all components.
@Dogfalo
Could you merge this PR please. thanks.
I need the latest Waves lib to fix my problem.