<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://addonstudio.org/mw1/index.php?action=history&amp;feed=atom&amp;title=WoW%3AXML%2FAnimations</id>
	<title>WoW:XML/Animations - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://addonstudio.org/mw1/index.php?action=history&amp;feed=atom&amp;title=WoW%3AXML%2FAnimations"/>
	<link rel="alternate" type="text/html" href="https://addonstudio.org/mw1/index.php?title=WoW:XML/Animations&amp;action=history"/>
	<updated>2026-04-22T22:46:52Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://addonstudio.org/mw1/index.php?title=WoW:XML/Animations&amp;diff=20334&amp;oldid=prev</id>
		<title>Move page script: Move page script moved page XML/Animations to WoW:XML/Animations without leaving a redirect</title>
		<link rel="alternate" type="text/html" href="https://addonstudio.org/mw1/index.php?title=WoW:XML/Animations&amp;diff=20334&amp;oldid=prev"/>
		<updated>2023-08-15T04:49:21Z</updated>

		<summary type="html">&lt;p&gt;Move page script moved page &lt;a href=&quot;/wiki/WoW:XML/Animations&quot; title=&quot;WoW:XML/Animations&quot;&gt;XML/Animations&lt;/a&gt; to &lt;a href=&quot;/wiki/WoW:XML/Animations&quot; title=&quot;WoW:XML/Animations&quot;&gt;XML/Animations&lt;/a&gt; without leaving a redirect&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 04:49, 15 August 2023&lt;/td&gt;
				&lt;/tr&gt;
&lt;!-- diff cache key addonstu_asmw2:diff::1.12:old-20333:rev-20334 --&gt;
&lt;/table&gt;</summary>
		<author><name>Move page script</name></author>
	</entry>
	<entry>
		<id>https://addonstudio.org/mw1/index.php?title=WoW:XML/Animations&amp;diff=20333&amp;oldid=prev</id>
		<title>Bear: Created page with &quot;Animations are like Anchors, in that they define percieved layout for a UI region. A region is visible UI element that can dictate its own layout, like FontStr...&quot;</title>
		<link rel="alternate" type="text/html" href="https://addonstudio.org/mw1/index.php?title=WoW:XML/Animations&amp;diff=20333&amp;oldid=prev"/>
		<updated>2012-09-11T07:53:44Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Animations are like &lt;a href=&quot;/wiki/WoW:XML/Anchors&quot; title=&quot;WoW:XML/Anchors&quot;&gt;Anchors&lt;/a&gt;, in that they define percieved layout for a UI region. A region is visible UI element that can dictate its own layout, like FontStr...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{uixmlprop}}&lt;br /&gt;
&lt;br /&gt;
Animations are like [[XML/Anchors|Anchors]], in that they define percieved layout for a UI region. A region is visible UI element that can dictate its own layout, like FontString, Texture and Frame. [[XML/Animations|Animations]] is a list of [[XML/AnimationGroup|AnimationGroups]] each of which hold a set of [[XML/Animation|Animations]] or animation transitions, such as Alpha, Scale, Rotation, and Translation.&lt;br /&gt;
&lt;br /&gt;
Animations are unlike anchors in that they merely provide visual &amp;quot;eye candy&amp;quot; rather than actually changing the regions actual layout. For example during the execution of an animation for a region, a FrontString may appear to transition in position, however only its animation system offset is being manipulated and its original and actual regular anchor layout is still in effect, where basically things like the FontString &amp;quot;hit area&amp;quot; are still in the same place. Thus, animations give what could be described as an &amp;quot;out of body&amp;quot; experence for the region being animated.&lt;br /&gt;
&lt;br /&gt;
:Example:&lt;br /&gt;
  &amp;lt;Frame name=&amp;quot;MyFrame&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;Animations&amp;gt;&lt;br /&gt;
      &amp;lt;AnimationGroup&amp;gt;&lt;br /&gt;
        &amp;lt;Alpha change=&amp;quot;1&amp;quot; duration=&amp;quot;0.6&amp;quot; order=&amp;quot;1&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;Scripts&amp;gt;&lt;br /&gt;
          &amp;lt;OnPlay&amp;gt;&lt;br /&gt;
            self:GetParent().textString:SetText(&amp;quot;animating&amp;quot;);&lt;br /&gt;
          &amp;lt;/OnPlay&amp;gt;&lt;br /&gt;
          &amp;lt;OnFinished&amp;gt;&lt;br /&gt;
            self:GetParent().textString:SetText(&amp;quot;&amp;quot;);&lt;br /&gt;
          &amp;lt;/OnFinished&amp;gt;&lt;br /&gt;
        &amp;lt;/Scripts&amp;gt;&lt;br /&gt;
      &amp;lt;/AnimationGroup&amp;gt;&lt;br /&gt;
    &amp;lt;/Animations&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This example animation will change the aparent alpha of &amp;#039;MyFrame&amp;#039;, and set a font string to say &amp;#039;animating&amp;#039; while the animation is running.&lt;br /&gt;
&lt;br /&gt;
==Inheritance==&lt;br /&gt;
Inherited by: none, Inherits: none, Defined in: LayoutFrame&lt;br /&gt;
&lt;br /&gt;
==Elements==&lt;br /&gt;
&amp;lt;[[XML/AnimtionGroup|AnimationGroup]]&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Attributes==&lt;br /&gt;
none&lt;/div&gt;</summary>
		<author><name>Bear</name></author>
	</entry>
</feed>