/**
 * 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": {
         "${_moonRising}": [
            ["transform", "translateX", '-17px'],
            ["transform", "translateY", '984px']
         ]
      }
   },
   timelines: {
      "Default Timeline": {
         fromState: "Base State",
         toState: "",
         duration: 10250,
         labels: {

         },
         timeline: [
            { id: "eid8", tween: [ "transform", "${_moonRising}", "translateY", '-460px', { fromValue: '984px'}], position: 0, duration: 10250 },
            { id: "eid2", tween: [ "transform", "${_moonRising}", "translateX", '-22px', { fromValue: '-17px'}], position: 0, duration: 10250 }]
      }
   }
}};

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

