«   Previous tip Next tip   »

Chrome DevTools: Select an animation easing to get a visual animated preview

Last updated: 26th July 2020
Select an animation easing to get a visual animated preview

Introduction

If you view a property value containing an easing (e.g. the ease-in in transition: color .5s ease-in;) - You can click the easing icon to see a preview on what it looks like.

You can also select other easings to preview and/or set them as the new easing for the inspected element.

Extra

DevTools has some powerful animation debugging features:

«   Previous tip Next tip   »

Sign up to receive a developer tip, in the form of a gif, in your inbox each week