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

   },
   content: {
      dom: [
      ],
      symbolInstances: [
      ],
   },
   states: {
      "Base State": {
         "#storagewrapper": [
            ["transform", "translateY", '-500px']
         ],
         "#servicewrapper": [
            ["transform", "translateY", '-500px']
         ],
         "#removalswrapper": [
            ["transform", "translateY", '-500px']
         ]
      }
   },
   actions: {

   },
   bindings: [

   ],
   timelines: {
      "Default Timeline": {
         fromState: "Base State",
         toState: "",
         duration: 2130,
         timeline: [
            { id: "eid8", tween: [ "transform", "#servicewrapper", "translateY", '0px', { valueTemplate: undefined, fromValue: '-500px'}], position: 1570, duration: 560, easing: "linear" },
            { id: "eid6", tween: [ "transform", "#storagewrapper", "translateY", '0px', { valueTemplate: undefined, fromValue: '-500px'}], position: 1110, duration: 640, easing: "linear" },
            { id: "eid4", tween: [ "transform", "#removalswrapper", "translateY", '0px', { valueTemplate: undefined, fromValue: '-500px'}], position: 655, duration: 715, easing: "linear" }]
      }
   },
}};

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

