Open In App

Animation Tool in Microsoft Edge Browser

The Animation Tool in Edge can be used by developers to visualize the animations and modify them. The tool provides various options to replay or preview animations and modify their various properties such as time, delay, etc. Dealing with animations can take time to analyze and make corrections but with this tool, you can make your work easy.

Benefits of Animation Tool:

The tools allow us to inspect and modify the animations used in the webpage. Its various benefits are:



How to Open Animation Tool in Edge:

The tool is present in the developer tools window. To open the tool, follow these steps:

Step 1: In the Edge browser, visit the site where you want to use the tool then right-click anywhere on the page a menu will popup then click Inspect, or you can just press the shortcut keys “Ctrl+Shift+I” or “F12“. A section will appear containing various developer tools.



Step 2: Press the add button present at the end of the tabs in DevTools and then select Animations from the list of options that appears. Alternatively you can open the tool using three vertical dots in the top-right corner of developer tools. On clicking a menu will appear in which you can select More Tools > Animations.

Opening Animation Tool in Edge

Using the Animation Tool in Edge:

The Tool UI is divided into 4 sections which are:

  1. Animation Controls
  2. Animation Overview
  3. Animation Timeline
  4. Animation Details

Now, we will cover the each section and see how we can use them:

Animation Tool UI

Animation Controls

At the top we have various button to control the animation. Lets move from left to right and understand the various options:

Animation Controls

Animation Overview

On opening the animation tool, this section will be filled with all the animations that occurred on the webpage. You can hover over the animation group and check the snapshot of animation happening on the webpage. The lines represent a particular animation.

In this overview, some animations are single and some are group. Group animations are those that run at the same time or in the same script block.

Animation Overview

Animation Timeline

The selected group of animations from the overview section is shown in the timeline section. You also have the option to replay the animation, but once you drag the red line in the timeline, the button changes to the play/pause button.

Animation Timeline

Animation Details

The bottom-most section displays the selected animation group from the overview section. You get the element information where these animations are running; on clicking these elements, you are brought to the Elements tab for that particular element. The right part of this section displays the timing graph, which can be modified with the delay, duration, and keyframe timings.

Animation Details

Modifying Delay

Modifying Duration

Modyfing Keyframe Timings

Conclusion

Working with animation can be tough, and making changes and previewing in the browser takes time. You can use the animation tool in the Edge browser to save time and make the necessary changes without continuously changing the values and previewing them in the browser. The tool saves developers time and also provides a beautiful UI to work with animations.

Article Tags :