peacepostman / wavify

Generate beautiful animated waves using svg, javascript and some tweenMax magic.
MIT License
222 stars 41 forks source link

GSAP 3.8.0 compatibility & size issue #17

Closed TONYCRE8 closed 3 years ago

TONYCRE8 commented 3 years ago

Trying to use GSAP in a project alongside Wavify will create issues, especially since it's updated. One of the main issues seems to be the size of the element readjusting despite having loaded with the appropriate width. It'll look like the object is expanding from a small size and then expands to it's actual size. I have a fix for this, as well as an update to remove the outdated TweenMax dependency.