ÿ cr 翴
var wave1 = $('#feel-the-wave').wavify({
height: 80,
bones: 4,
amplitude: 60,
color: 'rgba(117, 214, 250, .9)',
speed: .15
});
var wave2 = $('#feel-the-wave-two').wavify({
height: 50,
bones: 3,
amplitude: 40,
color: 'rgba(137, 223, 255, .8)',
speed: .25
});