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

   },
   content: {
      dom: [
        {
            id:'Image1',
            type:'image',
            rect:[0,0,578,578],
            fill:['rgba(0,0,0,0)','images/glow.png'],
        },
      ],
      symbolInstances: [
      ],
   },
   states: {
      "Base State": {
         "body > table:nth-child(1) > tbody > tr:nth-child(1) > td:nth-child(1) > div:nth-child(1) > p:nth-child(9) > img:nth-child(1)": [
            ["style", "opacity", '0'],
            ["transform", "translateY", '4.95702px'],
            ["transform", "translateX", '-9.86331px']
         ],
         "#Image1": [
            ["transform", "translateX", '261.34375px'],
            ["transform", "scaleX", '0.12'],
            ["style", "opacity", '1'],
            ["transform", "translateY", '51.98828px'],
            ["transform", "scaleY", '0.12']
         ],
         "body > table:nth-child(1) > tbody > tr:nth-child(1) > td:nth-child(1) > div:nth-child(1) > p:nth-child(11) > img:nth-child(1)": [
            ["style", "opacity", '0'],
            ["transform", "translateY", '0px'],
            ["transform", "translateX", '0']
         ]
      }
   },
   actions: {

   },
   bindings: [

   ],
   timelines: {
      "Default Timeline": {
         fromState: "Base State",
         toState: "",
         duration: 3250,
         timeline: [
            { id: "eid23", tween: [ "style", "body > table:nth-child(1) > tbody > tr:nth-child(1) > td:nth-child(1) > div:nth-child(1) > p:nth-child(9) > img:nth-child(1)", "opacity", '1', { valueTemplate: undefined, fromValue: '0'}], position: 430, duration: 1000, easing: "linear" },
            { id: "eid49", tween: [ "transform", "body > table:nth-child(1) > tbody > tr:nth-child(1) > td:nth-child(1) > div:nth-child(1) > p:nth-child(11) > img:nth-child(1)", "translateX", '0', { valueTemplate: undefined, fromValue: '0'}], position: 155, duration: 0, easing: "linear" },
            { id: "eid53", tween: [ "transform", "#Image1", "translateX", '246.90625px', { valueTemplate: undefined, fromValue: '-84.88672px'}], position: 0, duration: 155, easing: "linear" },
            { id: "eid19", tween: [ "transform", "body > table:nth-child(1) > tbody > tr:nth-child(1) > td:nth-child(1) > div:nth-child(1) > p:nth-child(9) > img:nth-child(1)", "translateY", '4.95702px', { valueTemplate: undefined, fromValue: '4.95702px'}], position: 0, duration: 0, easing: "linear" },
            { id: "eid20", tween: [ "transform", "body > table:nth-child(1) > tbody > tr:nth-child(1) > td:nth-child(1) > div:nth-child(1) > p:nth-child(9) > img:nth-child(1)", "translateY", '4.95702px', { valueTemplate: undefined, fromValue: '4.95702px'}], position: 930, duration: 0, easing: "linear" },
            { id: "eid54", tween: [ "transform", "#Image1", "translateY", '50.19921px', { valueTemplate: undefined, fromValue: '-84.14064px'}], position: 0, duration: 155, easing: "linear" },
            { id: "eid48", tween: [ "style", "#Image1", "opacity", '0', { valueTemplate: undefined, fromValue: '1'}], position: 500, duration: 250, easing: "linear" },
            { id: "eid41", tween: [ "transform", "#Image1", "scaleY", '1.11', { valueTemplate: undefined, fromValue: '0.12'}], position: 0, duration: 500, easing: "linear" },
            { id: "eid45", tween: [ "transform", "#Image1", "scaleY", '0.52', { valueTemplate: undefined, fromValue: '1.11'}], position: 500, duration: 250, easing: "linear" },
            { id: "eid50", tween: [ "transform", "body > table:nth-child(1) > tbody > tr:nth-child(1) > td:nth-child(1) > div:nth-child(1) > p:nth-child(11) > img:nth-child(1)", "translateY", '0px', { valueTemplate: undefined, fromValue: '0px'}], position: 155, duration: 0, easing: "linear" },
            { id: "eid25", tween: [ "transform", "body > table:nth-child(1) > tbody > tr:nth-child(1) > td:nth-child(1) > div:nth-child(1) > p:nth-child(11) > img:nth-child(1)", "translateY", '0px', { valueTemplate: undefined, fromValue: '0px'}], position: 1250, duration: 0, easing: "linear" },
            { id: "eid26", tween: [ "transform", "body > table:nth-child(1) > tbody > tr:nth-child(1) > td:nth-child(1) > div:nth-child(1) > p:nth-child(11) > img:nth-child(1)", "translateY", '0px', { valueTemplate: undefined, fromValue: '0px'}], position: 3250, duration: 0, easing: "linear" },
            { id: "eid29", tween: [ "style", "body > table:nth-child(1) > tbody > tr:nth-child(1) > td:nth-child(1) > div:nth-child(1) > p:nth-child(11) > img:nth-child(1)", "opacity", '1', { valueTemplate: undefined, fromValue: '0'}], position: 1250, duration: 2000, easing: "linear" },
            { id: "eid40", tween: [ "transform", "#Image1", "scaleX", '1.11', { valueTemplate: undefined, fromValue: '0.12'}], position: 0, duration: 500, easing: "linear" },
            { id: "eid44", tween: [ "transform", "#Image1", "scaleX", '0.52', { valueTemplate: undefined, fromValue: '1.11'}], position: 500, 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();
});

