Debugging: Bezier Curve Editor
Learn how to use Chrome and Firefox's devtools to tweak our animations in real time.
If we’re using CSS keyframes in our animation, both Chrome and Firefox's devtools also have a tool to edit the curves of our animation dynamically using Lea Verou’s cubic-bezier visualization.
This ability to modify the curves dynamically within the browser is extremely helpful because we no longer have to go back and ...