<!DOCTYPE html> <html> <head> <title>Animation tab</title> <meta charset="utf-8" /> <meta name="description" content="Introducing the Presentation Editor user interface - Animation tab" /> <link type = "text/css" rel = "stylesheet" href = "../../images/sprite.css" /> <link type="text/css" rel="stylesheet" href="../editor.css" /> <script type="text/javascript" src="../callback.js"></script> <script type="text/javascript" src="../search/js/page-search.js"></script> </head> <body> <div class="mainpart"> <div class="search-field"> <input id="search" class="searchBar" placeholder="Search" type="text" onkeypress="doSearch(event)"> </div> <h1>Animation tab</h1> <p> The <b>Animation</b> tab of the <a href="https://www.onlyoffice.com/presentation-editor.aspx" target="_blank" onclick="onhyperlinkclick(this)"><b>Presentation Editor</b></a> allows you to manage animation effects. You can add animation effects, determine how the animation effects move, and configure other animation effects parameters to customize your presentation. </p> <div class="onlineDocumentFeatures"> <p>The corresponding window of the Online Presentation Editor:</p> <p><img alt="Animation tab" src="../images/interface/animationtab.png" /></p> </div> <div class="desktopDocumentFeatures"> <p>The corresponding window of the Desktop Presentation Editor:</p> <p><img alt="Animation Tab" src="../images/interface/desktop_animationtab.png" /></p> </div> <p>Using this tab, you can:</p> <ul> <li>select an <a href="../UsageInstructions/AddingAnimations.htm#applyanimation">animation effect</a>,</li> <li>set the appropriate <b>movement parameters</b> for each animation effect,</li> <li>add <a href="../UsageInstructions/AddingAnimations.htm#multipleanimations">multiple animations</a>,</li> <li>change the <a href="../UsageInstructions/AddingAnimations.htm#animationsorder">order</a> of the animation effects using <b>Move Earlier</b> or <b>Move Later</b> options,</li> <li><b>preview</b> the animation effect,</li> <li>set the animation <a href="../UsageInstructions/AddingAnimations.htm#timing">timing options</a> such as <b>duration</b>, <b>delay</b> and <b>repeat</b> options for animation effects,</li> <li>enable and disable the <b>rewind</b>.</li> </ul> </div> </body> </html>