Css – element.animate() using Keyframes seems to apply easing function incorrectly
I'm trying to make a CSS animation that bounces back and forth, with a pause at each end. Using the Javascript method element.animate() seems to do the trick, except that using keyframes breaks the easing function, which doesn't happen when…