/**
 * Adobe Edge: symbol definitions
 */
(function($, Edge, compId){
var symbols = {
"stage": {
   version: "0.1.3",
   baseState: "Base State",
   initialState: "Base State",
   content: {
      dom: [
        {
            id:'logometro2',
            type:'image',
            tag:'div',
            rect:[0,0,149,130],
            fill:['rgba(0,0,0,0)','images/logometro.jpg']
        }],
      symbolInstances: [
      ]
   },
   states: {
      "Base State": {
         "${_logometro2}": [
            ["transform", "translateX", '7px'],
            ["transform", "scaleX", '1'],
            ["style", "opacity", '0.8000000203357'],
            ["transform", "translateY", '2px'],
            ["transform", "scaleY", '1']
         ],
         "${_stage}": [
            ["color", "background-color", 'rgba(255,255,255,1)'],
            ["style", "width", '155px'],
            ["style", "height", '130px'],
            ["style", "overflow", 'visible']
         ]
      }
   },
   timelines: {
      "Default Timeline": {
         fromState: "Base State",
         toState: "",
         duration: 410,
         labels: {

         },
         timeline: [
            { id: "eid94", tween: [ "style", "${_logometro2}", "opacity", '1', { fromValue: '0.8000000203357'}], position: 0, duration: 410 },
            { id: "eid75", tween: [ "transform", "${_logometro2}", "translateY", '2px', { fromValue: '2px'}], position: 0, duration: 410, easing: "easeOutElastic" },
            { id: "eid80", tween: [ "transform", "${_logometro2}", "translateX", '7px', { fromValue: '7px'}], position: 0, duration: 410, easing: "easeOutElastic" },
            { id: "eid85", tween: [ "transform", "${_logometro2}", "scaleX", '0.97', { fromValue: '1'}], position: 0, duration: 410, easing: "easeOutElastic" },
            { id: "eid86", tween: [ "transform", "${_logometro2}", "scaleY", '0.97', { fromValue: '1'}], position: 0, duration: 410, easing: "easeOutElastic" }]
      }
   }
}};

var comp;
Edge.registerCompositionDefn(compId, symbols);

/**
 * Adobe Edge DOM Ready Event Handler
 */
$(window).ready(function() {
     comp = new Edge.Composition(compId, {stage: "." + compId}, {});
	   /**
 * Adobe Edge Timeline Launch
 */
     comp.ready(function() {
         comp.play();
     });
});
})(jQuery, jQuery.Edge, "EDGE-7174179");

