How to use cubic-bezier to change the speed of a keyframe animation?
问题 I am trying to create a @keyframe animation to bring a box up from the bottom of the screen and then have it bounce off the top of the body of the HTML document. The method that I used to do this doesn't allow you to change the speed during the duration of the animation which intern doesn't make it look very realistic ( See Code Below ). I have found an answer to my question the only problem is that I really don't understand how cubic-bezier is creating the animation. I would like to make