I have water animation. I want two keyframes
to have cubic-bezier(1,.41,.74,.45)
and third one to have cubic-bezier(.38,.8,.68,.09)
. In other words, I need waves to loop first 2 times same way, and on last one to behave differently. Overall, there are 3 keyframe
loops in animation. Is there a way to specify different cubic-bezier
s for different keyframes or apply different animations for same elements?
Pure CSS
. No additional elements.
This is example for the first part of animation and this is for the second part.