Closed mrkenng closed 3 years ago
Nice script! Thanks for that, have you though of using anime.js instead of TweenMax ?
i tried the method
wave.setAttribute("d", drawPath(drawPoints(factor))); tweenMaxInstance = anime({ targets: wave, duration: settings.speed, easing: 'easeInOutQuart' });
it works but not sure if that's the best. Anyway, I'm just asking :) You can close this if you think this is not going to that direction.
Nice script! Thanks for that, have you though of using anime.js instead of TweenMax ?
i tried the method
it works but not sure if that's the best. Anyway, I'm just asking :) You can close this if you think this is not going to that direction.