Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
WoW
Talk
English
Views
Read
Edit
History
More
Search
Navigation
Home
Random page
Help using wiki
Editions
for WoW
for WildStar
for Solar2D
Documentation
for WoW
for WildStar
Reference
WoW
⦁ FrameXML
⦁ AddOns
⦁ API
⦁ WoW Lua
WildStar
⦁ AddOns
⦁ API
⦁ WildStar Lua
Engine
Tools
What links here
Related changes
Special pages
Page information
Site
Recent Changes
Editing
WoW:Widget API
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== Animation Derivatives == Have all of the methods of [[#UIObject|UIObject]] and [[#Animation|Animation]], plus the following: === [[UIOBJECT Alpha|Alpha]] === This animation changes the alpha value of its parent region. : {{id|API|Alpha|SetChange}}(change) - Sets the amount that the alpha value of this animation's parent Region changes by. : {{id|API|Alpha|GetChange}}() - Gets the amount that the alpha value of this animation's parent Region changes by. === [[UIOBJECT Path|Path]] === This animation combines multiple animation translations. : {{id|API|Path|CreateControlPoint}}(["name" [, "template" [, order]]]) - Adds a new path control point. : {{id|API|Path|GetControlPoints}}() - Returns an arg list of current path control points. : {{id|API|Path|GetCurve}}() - Returns the path 'curveType'. : {{id|API|Path|GetMaxOrder}}() - Returns highest 'orderId' currently set for any of the control points . : {{id|API|Path|SetCurve}}("curveType") - Sets the path 'curveType'. === [[UIOBJECT Rotation|Rotation]] === This is an affine transformation that rotates a parent Region about an origin. : {{id|API|Rotation|SetDegrees}}(degrees) - Sets the amount of degrees that the animation's parent Region would rotate. : {{id|API|Rotation|GetDegrees}}() - Gets the amount of degrees that the animation's parent Region would rotate. : {{id|API|Rotation|SetRadians}}(radians) - Sets the amount of radians that the animation's parent Region would travel. : {{id|API|Rotation|GetRadians}}() - Gets the amount of radians that the animation's parent Region would travel. : {{id|API|Rotation|SetOrigin}}(point, offsetX, offsetY) - Sets the animation's origin of rotation for its parent Region. : {{id|API|Rotation|GetOrigin}}() - Gets the point, Xoffset, and Yoffset for animation's rotation origin in its parent Region. === [[UIOBJECT Scale|Scale]] === This is an affine transformation that scales a parent Region about an origin. The scale can be non-uniform. : {{id|API|Scale|SetScale}}(x, y) - Sets the X scalar and the Y scalar that the animation's parent Region should scale by. : {{id|API|Scale|GetScale}}() - Gets the X scalar and the Y scalar that the animation's parent Region should scale by. : {{id|API|Scale|SetOrigin}}(point, offsetX, offsetY) - Sets the animation's origin of rotation for its parent Region. : {{id|API|Scale|GetOrigin}}() - Gets the point, X offset, and Y offset of the animation's origin of rotation for its parent Region. === [[UIOBJECT Translation|Translation]] === This is an affine transformation that moves a parent [[#Region|Region]] by an offset. : {{id|API|Translation|SetOffset}}(x, y) - Sets the offset that the animation's parent Region would travel. : {{id|API|Translation|GetOffset}}() - Gets the offset that the animation's parent Region would travel.
Summary:
Please note that all contributions to AddOn Studio are considered to be released under the Creative Commons Attribution-NonCommercial-ShareAlike (see
AddOn Studio Wiki:Copyrights
for details).
Submissions must be written by you, or copied from a public domain or similar free resource (see
AddOn Studio Wiki:Copyrights
for details).
Cancel
Editing help
(opens in new window)