/**
 * Adobe Helium: symbol definitions
 */
window.symbols = {
"stage": {
   version: "0.1.2",
   baseState: "Base State",
   initialState: "Base State",
   parameters: {

   },
   content: {
      dom: [
,
,
,
,
,
,
,
,
,
,
,
      ],
      symbolInstances: [
      ],
   },
   states: {
      "Base State": {
         "#n6_img": [
            ["transform", "rotateZ", '-45deg'],
            ["style", "opacity", '0']
         ],
         "#n8_img": [
            ["transform", "scaleX", '4.05'],
            ["style", "opacity", '0'],
            ["transform", "scaleY", '4.05']
         ],
         "#n2_img": [
            ["style", "opacity", '0']
         ],
         "#n10_img": [
            ["style", "opacity", '0'],
            ["transform", "translateY", '0'],
            ["transform", "translateX", '291.00002px']
         ],
         "#n4_img": [
            ["style", "opacity", '0'],
            ["transform", "rotateZ", '45deg']
         ]
      }
   },
   actions: {

   },
   bindings: [

   ],
   timelines: {
      "Default Timeline": {
         fromState: "Base State",
         toState: "",
         duration: 1185.15625,
         timeline: [
            { id: "eid45", tween: [ "transform", "#n4_img", "rotateZ", '0deg', { valueTemplate: undefined, fromValue: '45deg'}], position: 0, duration: 1000, easing: "swing" },
            { id: "eid52", tween: [ "transform", "#n6_img", "rotateZ", '0deg', { valueTemplate: undefined, fromValue: '-45deg'}], position: 0, duration: 1000, easing: "swing" },
            { id: "eid69", tween: [ "transform", "#n10_img", "translateX", '-1.00001px', { valueTemplate: undefined, fromValue: '291.00002px'}], position: 867, duration: 317, easing: "swing" },
            { id: "eid60", tween: [ "transform", "#n8_img", "scaleY", '1', { valueTemplate: undefined, fromValue: '4.05'}], position: 750, duration: 435, easing: "swing" },
            { id: "eid63", tween: [ "style", "#n8_img", "opacity", '1', { valueTemplate: undefined, fromValue: '0'}], position: 750, duration: 435, easing: "swing" },
            { id: "eid72", tween: [ "style", "#n10_img", "opacity", '1', { valueTemplate: undefined, fromValue: '0'}], position: 867, duration: 317, easing: "swing" },
            { id: "eid54", tween: [ "style", "#n6_img", "opacity", '1', { valueTemplate: undefined, fromValue: '0'}], position: 0, duration: 1000, easing: "swing" },
            { id: "eid58", tween: [ "transform", "#n8_img", "scaleX", '1', { valueTemplate: undefined, fromValue: '4.05'}], position: 750, duration: 435, easing: "swing" },
            { id: "eid48", tween: [ "style", "#n4_img", "opacity", '1', { valueTemplate: undefined, fromValue: '0'}], position: 0, duration: 1000, easing: "swing" },
            { id: "eid65", tween: [ "transform", "#n10_img", "translateY", '0', { valueTemplate: undefined, fromValue: '0'}], position: 1185, duration: 0, easing: "swing" },
            { id: "eid42", tween: [ "style", "#n2_img", "opacity", '1', { valueTemplate: undefined, fromValue: '0'}], position: 0, duration: 1000, easing: "swing" }]
      }
   }
}};

/**
 * Adobe Edge DOM Ready Event Handler
 */
$(window).ready(function() {
     $.Edge.initialize(symbols);
});
/**
 * Adobe Edge Timeline Launch
 */
$.Edge.ready(function() {
    $.Edge.play();
});

