Overview: The Adobe Edge Runtime APIs
Edge compositions are dependent upon the inclusion of both jQuery and Edge Runtime JavaScript libraries in order to animate elements and provide interactivity.
For these examples, we will be looking at the raw code within the project {name}_edgeActions.js
file after applying the said actions. This file is arranged as follows:
/
* Adobe Edge Composition Actions
* Edit this file with caution, being careful to preserve
* function signatures and comments starting with 'Edge' to maintain
* the ability to interact with these actions from within Adobe Edge
/
(function($, Edge, compId){
var Composition = Edge.Composition, Symbol = Edge.Symbol; // aliases for commonly used Edge classes
//Edge symbol: 'stage'
(function(symbolName) {
Symbol.bindElementAction(compId, symbolName, "${_fvm001}", "mouseover", function(sym, e) {
// Change an Element's contents.
// (sym.$("name") resolves an Edge element name to a DOM
// element that can be used with jQuery)
sym.$("Info...