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

   },
   content: {
      dom: [
      ],
      symbolInstances: [
      ],
   },
   states: {
      "Base State": {
         "#extra": [
            ["style", "opacity", '0']
         ],
         "#subtitle": [
            ["transform", "translateY", '20px'],
            ["style", "opacity", '0']
         ],
         "#clouds": [
            ["transform", "translateX", '-550px']
         ],
         "#what": [
            ["style", "opacity", '0']
         ],
         "#maincol > iframe:nth-child(3)": [
            ["style", "opacity", '0']
         ],
         "#cloud": [
            ["transform", "translateX", '280px']
         ],
         "#title": [
            ["transform", "translateY", '-20px'],
            ["style", "opacity", '0']
         ],
         "#maincol": [
            ["style", "opacity", '0']
         ]
      }
   },
   actions: {

   },
   bindings: [

   ],
   timelines: {
      "Default Timeline": {
         fromState: "Base State",
         toState: "",
         duration: 90000,
         timeline: [
            { id: "eid19", tween: [ "style", "#maincol > iframe:nth-child(3)", "opacity", '1', { valueTemplate: undefined, fromValue: '0'}], position: 250, duration: 250, easing: "linear" },
            { id: "eid27", tween: [ "style", "#what", "opacity", '0.60261948529412', { valueTemplate: undefined, fromValue: '0'}], position: 1250, duration: 250, easing: "linear" },
            { id: "eid8", tween: [ "style", "#title", "opacity", '1', { valueTemplate: undefined, fromValue: '0'}], position: 750, duration: 750, easing: "linear" },
            { id: "eid21", tween: [ "transform", "#cloud", "translateX", '-20px', { valueTemplate: undefined, fromValue: '280px'}], position: 500, duration: 250, easing: "linear" },
            { id: "eid25", tween: [ "transform", "#cloud", "translateX", '-560px', { valueTemplate: undefined, fromValue: '-20px'}], position: 750, duration: 89250, easing: "linear" },
            { id: "eid11", tween: [ "transform", "#title", "translateY", '0px', { valueTemplate: undefined, fromValue: '-20px'}], position: 750, duration: 250, easing: "linear" },
            { id: "eid4", tween: [ "style", "#subtitle", "opacity", '1', { valueTemplate: undefined, fromValue: '0'}], position: 1000, duration: 500, easing: "linear" },
            { id: "eid13", tween: [ "transform", "#subtitle", "translateY", '0px', { valueTemplate: undefined, fromValue: '20px'}], position: 1000, duration: 250, easing: "linear" },
            { id: "eid29", tween: [ "style", "#extra", "opacity", '0.58391544117647', { valueTemplate: undefined, fromValue: '0'}], position: 1500, duration: 250, easing: "linear" },
            { id: "eid23", tween: [ "transform", "#clouds", "translateX", '-100px', { valueTemplate: undefined, fromValue: '-550px'}], position: 500, duration: 250, easing: "linear" },
            { id: "eid24", tween: [ "transform", "#clouds", "translateX", '280px', { valueTemplate: undefined, fromValue: '-100px'}], position: 750, duration: 89250, easing: "linear" },
            { id: "eid15", tween: [ "style", "#maincol", "opacity", '1', { valueTemplate: undefined, fromValue: '0'}], position: 0, duration: 250, easing: "linear" }]
      }
   },
}};

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

