/**
 * 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,388,81],
            fill:['rgba(0,0,0,0)','/assets/js/falling-pc/images/logo-bg.png'],
        },
        {
            id:'Image2',
            type:'image',
            rect:[0,0,32,65],
            fill:['rgba(0,0,0,0)','/assets/js/falling-pc/images/logo-server.png'],
        },
      ],
      symbolInstances: [
      ],
   },
   states: {
      "Base State": {
         "#Image2": [
            ["transform", "translateX", '355px'],
            ["transform", "translateY", '7px'],
            ["transform", "rotateZ", '0deg']
         ],
         "#stage": [
            ["color", "background-color", 'transparent'],
            ["style", "overflow", 'hidden'],
            ["style", "height", '81px'],
			["style", "position", 'absolute!important'],
			["style", "top", '0'],
            ["style", "width", '417px']
         ]
      }
   },
   actions: {

   },
   bindings: [

   ],
   timelines: {
      "Default Timeline": {
         fromState: "Base State",
         toState: "",
         duration: 3250,
         timeline: [
            { id: "eid4", tween: [ "style", "#stage", "width", '417px', { valueTemplate: undefined, fromValue: '417px'}], position: 2000, duration: 0, easing: "linear" },
            { id: "eid2", tween: [ "style", "#stage", "height", '81px', { valueTemplate: undefined, fromValue: '81px'}], position: 2000, duration: 0, easing: "linear" },
            { id: "eid8", tween: [ "transform", "#Image2", "translateX", '342px', { valueTemplate: undefined, fromValue: '355px'}], position: 2000, duration: 1250, easing: "easeOutBounce" },
            { id: "eid3", tween: [ "color", "#stage", "background-color", 'transparent', { animationColorSpace: 'RGB', valueTemplate: undefined, fromValue: 'transparent'}], position: 2000, duration: 0, easing: "linear" },
            { id: "eid9", tween: [ "transform", "#Image2", "translateY", '4px', { valueTemplate: undefined, fromValue: '7px'}], position: 2000, duration: 1250, easing: "easeOutBounce" },
            { id: "eid11", tween: [ "transform", "#Image2", "rotateZ", '-22deg', { valueTemplate: undefined, fromValue: '0deg'}], position: 2000, duration: 1250, easing: "easeOutBounce" }]
      }
   },
}};

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

