/**
 * Adobe Helium: symbol definitions
 */
window.symbols = {
"stage": {
   version: "0.1.2",
   baseState: "Base State",
   initialState: "Base State",
   parameters: {

   },
   content: {
      dom: [
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
      ],
      symbolInstances: [
      ],
   },
   states: {
      "Base State": {
         "body > footer:nth-child(5)": [
            ["style", "opacity", '0']
         ],
         "#content > ul:nth-child(1) > li:nth-child(4) > section:nth-child(1)": [
            ["transform", "scaleX", '1'],
            ["transform", "scaleY", '1']
         ],
         "body > header:nth-child(1) > h1:nth-child(1)": [
            ["style", "opacity", '0']
         ],
         "body > nav:nth-child(2)": [
            ["style", "opacity", '0']
         ],
         "body > header:nth-child(1)": [
            ["style", "opacity", '0']
         ],
         "#intro": [
            ["style", "opacity", '0']
         ],
         "#content": [
            ["style", "opacity", '0']
         ]
      }
   },
   actions: {

   },
   bindings: [

   ],
   timelines: {
      "Default Timeline": {
         fromState: "Base State",
         toState: "",
         duration: 4000,
         timeline: [
            { id: "eid15", tween: [ "style", "#content", "opacity", '1', { valueTemplate: undefined, fromValue: '0'}], position: 0, duration: 1000, easing: "linear" },
            { id: "eid9", tween: [ "style", "body > header:nth-child(1)", "opacity", '1', { valueTemplate: undefined, fromValue: '0'}], position: 0, duration: 0, easing: "linear" },
            { id: "eid12", tween: [ "style", "#intro", "opacity", '1', { valueTemplate: undefined, fromValue: '0'}], position: 0, duration: 0, easing: "linear" },
            { id: "eid22", tween: [ "transform", "#content > ul:nth-child(1) > li:nth-child(4) > section:nth-child(1)", "scaleY", '1.2', { valueTemplate: undefined, fromValue: '1'}], position: 1000, duration: 1500, easing: "linear" },
            { id: "eid24", tween: [ "transform", "#content > ul:nth-child(1) > li:nth-child(4) > section:nth-child(1)", "scaleY", '1', { valueTemplate: undefined, fromValue: '1.2'}], position: 2500, duration: 1500, easing: "linear" },
            { id: "eid16", tween: [ "style", "body > footer:nth-child(5)", "opacity", '0', { valueTemplate: undefined, fromValue: '0'}], position: 0, duration: 0, easing: "linear" },
            { id: "eid18", tween: [ "style", "body > footer:nth-child(5)", "opacity", '1', { valueTemplate: undefined, fromValue: '0'}], position: 1070, duration: 1180, easing: "linear" },
            { id: "eid7", tween: [ "style", "body > nav:nth-child(2)", "opacity", '1', { valueTemplate: undefined, fromValue: '0'}], position: 0, duration: 0, easing: "linear" },
            { id: "eid21", tween: [ "transform", "#content > ul:nth-child(1) > li:nth-child(4) > section:nth-child(1)", "scaleX", '1.2', { valueTemplate: undefined, fromValue: '1'}], position: 1000, duration: 1500, easing: "linear" },
            { id: "eid23", tween: [ "transform", "#content > ul:nth-child(1) > li:nth-child(4) > section:nth-child(1)", "scaleX", '1', { valueTemplate: undefined, fromValue: '1.2'}], position: 2500, duration: 1500, easing: "linear" },
            { id: "eid8", tween: [ "style", "body > header:nth-child(1) > h1:nth-child(1)", "opacity", '1', { valueTemplate: undefined, fromValue: '0'}], position: 0, duration: 0, easing: "linear" }]
      }
   }
}};

/**
 * Adobe Edge DOM Ready Event Handler
 */
$(window).ready(function() {
     $.Edge.initialize(symbols);
});
/**
 * Adobe Edge Timeline Launch
 */
$.Edge.ready(function() {
    $.Edge.play();
});

