/**
 * Adobe Helium: symbol definitions
 */
window.symbols = {
"stage": {
   version: "0.1",
   baseState: "Base State",
   initialState: "Base State",
   parameters: {

   },
   content: {
      dom: [
      ],
      symbolInstances: [
      ],
   },
   states: {
      "Base State": {
         "#logohome > div:nth-child(1) > h1:nth-child(3)": [
            ["transform", "translateX", '217px'],
            ["style", "opacity", '0'],
            ["transform", "translateY", '-96px'],
            ["style", "width", '395px']
         ],
         "#logohome > div:nth-child(1) > h1:nth-child(2)": [
            ["transform", "translateX", '253px'],
            ["style", "opacity", '0'],
            ["transform", "translateY", '-73px'],
            ["style", "width", '203px']
         ],
         "#logohome > div:nth-child(1) > img:nth-child(1)": [
            ["transform", "translateX", '-279px'],
            ["style", "opacity", '0']
         ]
      }
   },
   actions: {

   },
   bindings: [

   ],
   timelines: {
      "Default Timeline": {
         fromState: "Base State",
         toState: "",
         duration: 1580,
         timeline: [
            { id: "eid19", tween: [ "style", "#logohome > div:nth-child(1) > h1:nth-child(3)", "opacity", '0', { valueTemplate: undefined, fromValue: '0'}], position: 0, duration: 0, easing: "linear" },
            { id: "eid21", tween: [ "style", "#logohome > div:nth-child(1) > h1:nth-child(3)", "opacity", '1', { valueTemplate: undefined, fromValue: '0'}], position: 1120, duration: 460, easing: "linear" },
            { id: "eid7", tween: [ "style", "#logohome > div:nth-child(1) > img:nth-child(1)", "opacity", '1', { valueTemplate: undefined, fromValue: '0'}], position: 0, duration: 620, easing: "linear" },
            { id: "eid13", tween: [ "style", "#logohome > div:nth-child(1) > h1:nth-child(2)", "opacity", '0', { valueTemplate: undefined, fromValue: '0'}], position: 0, duration: 0, easing: "linear" },
            { id: "eid15", tween: [ "style", "#logohome > div:nth-child(1) > h1:nth-child(2)", "opacity", '1', { valueTemplate: undefined, fromValue: '0'}], position: 700, duration: 340, easing: "linear" },
            { id: "eid6", tween: [ "transform", "#logohome > div:nth-child(1) > img:nth-child(1)", "translateX", '0px', { valueTemplate: undefined, fromValue: '-279px'}], position: 0, duration: 620, easing: "linear" }]
      }
   },
}};

/**
 * Adobe Edge DOM Ready Event Handler
 */
$(window).ready(function() {
     $.Edge.initialize(symbols);
});
/**
 * Adobe Edge Timeline Launch
 */
$(window).load(function() {
    $.Edge.play();
});

