/**
 * 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,600,300],
            fill:['rgba(0,0,0,0)','images/FLM_Image_1.png'],
        },
      ],
      symbolInstances: [
      ],
   },
   states: {
      "Base State": {
         "#Image1": [
            ["transform", "scaleY", '1'],
            ["transform", "rotateZ", '0deg'],
            ["transform", "skewY", '0deg'],
            ["transform", "skewX", '0deg'],
            ["transform", "scaleX", '1'],
            ["style", "opacity", '1'],
            ["transform", "translateY", '130px'],
            ["transform", "translateX", '48px']
         ],
         "#stage": [
            ["style", "height", '550px'],
            ["style", "overflow", 'hidden'],
            ["color", "background-color", 'transparent'],
            ["style", "width", '700px']
         ]
      }
   },
   actions: {

   },
   bindings: [

   ],
   timelines: {
      "Default Timeline": {
         fromState: "Base State",
         toState: "",
         duration: 1685,
         timeline: [
            { id: "eid39", tween: [ "style", "#stage", "height", '550px', { valueTemplate: undefined, fromValue: '550px'}], position: 0, duration: 1685, easing: "linear" },
            { id: "eid22", tween: [ "transform", "#Image1", "rotateZ", '270deg', { valueTemplate: undefined, fromValue: '0deg'}], position: 0, duration: 1685, easing: "linear" },
            { id: "eid40", tween: [ "transform", "#Image1", "translateX", '48px', { valueTemplate: undefined, fromValue: '48px'}], position: 0, duration: 0, easing: "linear" },
            { id: "eid1", tween: [ "style", "#stage", "width", '700px', { valueTemplate: undefined, fromValue: '700px'}], position: 0, duration: 0, easing: "linear" },
            { id: "eid42", tween: [ "color", "#stage", "background-color", 'transparent', { animationColorSpace: 'RGB', valueTemplate: undefined, fromValue: 'transparent'}], position: 1685, duration: 0, easing: "linear" },
            { id: "eid32", tween: [ "style", "#Image1", "opacity", '0.7', { valueTemplate: undefined, fromValue: '1'}], position: 0, duration: 1250, easing: "linear" },
            { id: "eid33", tween: [ "style", "#Image1", "opacity", '0', { valueTemplate: undefined, fromValue: '0.7'}], position: 1250, duration: 435, easing: "linear" },
            { id: "eid20", tween: [ "transform", "#Image1", "scaleY", '0', { valueTemplate: undefined, fromValue: '1'}], position: 0, duration: 1685, easing: "linear" },
            { id: "eid41", tween: [ "transform", "#Image1", "translateY", '130px', { valueTemplate: undefined, fromValue: '130px'}], position: 0, duration: 0, easing: "linear" },
            { id: "eid29", tween: [ "transform", "#Image1", "skewX", '50deg', { valueTemplate: undefined, fromValue: '0deg'}], position: 0, duration: 1685, easing: "linear" },
            { id: "eid18", tween: [ "transform", "#Image1", "scaleX", '0', { valueTemplate: undefined, fromValue: '1'}], position: 0, duration: 1685, easing: "linear" }]
      }
   },
}};

/**
 * Adobe Edge DOM Ready Event Handler
 */
$(window).ready(function() {
     $.Edge.initialize(symbols);
});
/**
 * Adobe Edge Timeline Launch
 */
$(window).load(function() {
   // $.Edge.play();
});

