isuttell / sine-waves

Generate multiple configurable sine waves
Other
416 stars 67 forks source link

Waves get cut off #4

Open pimmey opened 8 years ago

pimmey commented 8 years ago

I was wondering if you could give me any input on why this would happen: Sine Waves get cut off

I did try using waveWidth: '100%', but only extending width helps. My workaround was to return $(window).width() + 100; and just hide the overflow of the parent div.

Besides that, I haven't used any particular waves configurations and by playing around with those I couldn't achieve any progess.

Issue persists in Safari, Chrome & Firefox.