Open In App

Inspecting and Modifying CSS animations in Microsoft Edge Browser

To inspect and modify CSS animations you can use the Animation Tool provided in the DevTools in Edge. The tool allows developers to inspect the animations and modify them. You get to replay or preview animations and various other options to change properties such as time, delay, etc.

Feature of Animation Tool

Benefits of Animation Tool

Locating the Animation Tool in Edge

The Animation tool in present in DevTools in Edge. To open it follow these steps:

Step 1: Right-click in the web page and select Inspect to open DevTools.



Step 2: Click the add button and then select Animations to open the Animation tab.

Locating Animation Tool

Inspecting and Modifying CSS animations

In the animation tool all possible animations groups will be present select the one that you can to inspect.

UI of Animation Tool

At the top of the tool you get buttons to control the selected animation.

Delay Modifications: The animation that are displayed are draggable, drag it to change the delay.

Duration Modification: The end dots can be changed to change the duration of the animation.

Keyframe Timings Modification: The empty dot present in the center can be used to change the keyframe timing.

Dots provided to modify animation

Conclusion

The Edge provides a great Animation tool for handling CSS animations in your site as working with animation can be time-consuming and previewing in the browser takes time.. You can inspect the animations and make changes that suits your taste directly in the Edge browser using the tool.

Article Tags :