/**
 * Adobe Edge: symbol definitions
 */
(function($, Edge, compId){
var symbols = {
"stage": {
   version: "0.1.3",
   baseState: "Base State",
   initialState: "Base State",
   content: {
      dom: [
,
,
,
        {
            id:'enter',
            className:'stage_enter_id',
            type:'image',
            tag:'img',
            rect:[0,0,600,64],
            fill:['rgba(0,0,0,0)','images/enter.png']
        },
        {
            id:'logo-trans2',
            className:'stage_logo-trans2_id',
            type:'image',
            tag:'img',
            rect:[0,0,571,236],
            fill:['rgba(0,0,0,0)','images/logo-trans2.png']
        }],
      symbolInstances: [
      ]
   },
   states: {
      "Base State": {
         "body > footer:nth-child(5) > h2:nth-child(1)": [
            ["transform", "translateX", '-60px']
         ],
         "${_logo-trans2}": [
            ["style", "opacity", '0'],
            ["transform", "translateY", '153px'],
            ["transform", "translateX", '234px']
         ],
         "${_enter}": [
            ["style", "opacity", '0'],
            ["transform", "translateY", '448px'],
            ["transform", "translateX", '356px']
         ],
         "body > footer:nth-child(5) > a:nth-child(2)": [
            ["transform", "translateY", '-17px']
         ]
      }
   },
   timelines: {
      "Default Timeline": {
         fromState: "Base State",
         toState: "",
         duration: 8750,
         labels: {

         },
         timeline: [
            { id: "eid37", tween: [ "transform", "${_enter}", "translateX", '361px', { fromValue: '356px'}], position: 6000, duration: 2750 },
            { id: "eid36", tween: [ "transform", "${_enter}", "translateY", '471px', { fromValue: '446px'}], position: 6000, duration: 2750 },
            { id: "eid13", tween: [ "style", "${_enter}", "opacity", '1', { fromValue: '0'}], position: 6000, duration: 2750 },
            { id: "eid22", tween: [ "style", "${_logo-trans2}", "opacity", '1', { fromValue: '0'}], position: 3000, duration: 3000 },
            { id: "eid1", tween: [ "transform", "body > footer:nth-child(5) > h2:nth-child(1)", "translateX", '-60px', { fromValue: '-60px'}], position: 0, duration: 0 },
            { id: "eid3", tween: [ "transform", "body > footer:nth-child(5) > a:nth-child(2)", "translateY", '-17px', { fromValue: '-17px'}], position: 0, duration: 0 }]
      }
   }
}};

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-525188875");

