/**
 * Adobe Edge: symbol definitions
 */
(function($, Edge, compId){
var symbols = {
"stage": {
   version: "0.1.3",
   baseState: "Base State",
   initialState: "Base State",
   content: {
      dom: [
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
],
      symbolInstances: [
      ]
   },
   states: {
      "Base State": {
         "${_Content} > h2:nth-child(2) > img:nth-child(1)": [
            ["transform", "translateX", '-241px'],
            ["transform", "translateY", '-141px']
         ]
      }
   },
   timelines: {
      "Default Timeline": {
         fromState: "Base State",
         toState: "",
         duration: 990,
         labels: {

         },
         timeline: [
            { id: "eid3", tween: [ "transform", "${_Content} > h2:nth-child(2) > img:nth-child(1)", "translateX", '-6px', { fromValue: '-241px'}], position: 95, duration: 895, easing: "easeInQuad" },
            { id: "eid4", tween: [ "transform", "${_Content} > h2:nth-child(2) > img:nth-child(1)", "translateY", '1px', { fromValue: '-141px'}], position: 95, duration: 895 }]
      }
   }
}};

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-2805105");

