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

   },
   content: {
      dom: [
,
,
,
,
,
      ],
      symbolInstances: [
      ],
   },
   states: {
      "Base State": {
         "#resume": [
            ["style", "opacity", '0']
         ],
         "#about": [
            ["style", "opacity", '0']
         ],
         "#contact": [
            ["style", "opacity", '0']
         ],
         "#main > img:nth-child(1)": [
            ["transform", "rotateZ", '0deg'],
            ["style", "opacity", '1']
         ],
         "#Home": [
            ["style", "opacity", '0']
         ],
         "#portfolio": [
            ["style", "opacity", '0']
         ]
      }
   },
   actions: {

   },
   bindings: [

   ],
   timelines: {
      "Default Timeline": {
         fromState: "Base State",
         toState: "",
         duration: 1485,
         timeline: [
            { id: "eid26", tween: [ "style", "#resume", "opacity", '1', { valueTemplate: undefined, fromValue: '0'}], position: 990, duration: 495, easing: "linear" },
            { id: "eid24", tween: [ "style", "#about", "opacity", '1', { valueTemplate: undefined, fromValue: '0'}], position: 495, duration: 495, easing: "linear" },
            { id: "eid25", tween: [ "style", "#contact", "opacity", '1', { valueTemplate: undefined, fromValue: '0'}], position: 745, duration: 495, easing: "linear" },
            { id: "eid23", tween: [ "style", "#portfolio", "opacity", '1', { valueTemplate: undefined, fromValue: '0'}], position: 250, duration: 495, easing: "linear" },
            { id: "eid22", tween: [ "style", "#Home", "opacity", '1', { valueTemplate: undefined, fromValue: '0'}], position: 0, duration: 495, easing: "linear" }]
      }
   }
}};

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

