Documentation
Edge Animation
Description
This addon allows users to embed animations and other projects created in Adobe Edge Animate software.
Properties
Property name | Description |
---|---|
Animations |
|
Images |
|
Initial Animation | The item number of the initially displayed animation. |
Supported commands
Command name | Params | Description |
---|---|---|
switchAnimation | item | Changes the visible animation to the one with the item number provided as a parameter. |
getEdgeComposition | --- | Returns current Edge animation’s Composition Object and all its methods. |
getEdgeStage | --- | Returns current Edge animation’s Stage Object and all its methods. |
play | position | Starts the animation and all nested symbols from their current position or from the position provided as a parameter. |
stop | --- | Stops the animation and all nested symbols at 0. |
pause | position | Stops the animation and all nested symbols in their current position or in the position provided as a parameter. |
show | --- | Shows the addon. |
hide | --- | Hides the addon. |
Events
Edge Animation addon does not send events.
CSS classes
Class name | Description |
---|---|
.edgeMultiAnimWrapper | Main class containing the entire Addon's content. |
Styles from a sample presentation
EdgeAnimation_test{
background: #ffffff;
padding: 2px;
border: 1px solid #bbbbbb;
}
Demo presentation
Demo presentation contains examples of how to use the Edge Animation addon.