You have to adjust the seconds for delay for each of the wave. In your CSS you have the following two attributes for each wave:
animation-duration: 2s;
transition-delay: 2s;
You have to increase these values for all waves, so the wave goes until the end and becomes transparent. So they will start smoothly and end smoothly, like you wish.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…