/**
 * Adobe Helium: symbol definitions
 */
window.symbols = {
"stage": {
   version: "0.1.2",
   baseState: "Base State",
   initialState: "Base State",
   parameters: {

   },
   content: {
      dom: [
        {
            id:'SunGraphic',
            className:'SunGraphic_id',
            type:'image',
            tag:'div',
            rect:[0,0,400,400],
            fill:['rgba(0,0,0,0)','images/SunGraphic.svg']
        },
        {
            id:'SVG_Logo3',
            className:'SVG_Logo3_id',
            type:'image',
            tag:'div',
            rect:[0,0,250,116],
            fill:['rgba(0,0,0,0)','images/SVG%20Logo3.svg']
        },
        {
            id:'Rectangle',
            type:'rect',
            tag:'div',
            rect:[276,91,94,11],
            fill:['rgba(192,192,192,1)'],
            stroke:[0,"rgba(0,0,0,1)","none"]
        }      ],
      symbolInstances: [
      ],
   },
   states: {
      "Base State": {
         "#SVG_Logo3": [
            ["transform", "translateX", '260px'],
            ["style", "opacity", '0']
         ],
         "#stage": [
            ["color", "background-color", 'rgba(255,255,255,1)'],
            ["style", "width", '250px'],
            ["style", "height", '116px'],
            ["style", "overflow", 'hidden']
         ],
         "#Rectangle": [
            ["color", "background-color", 'rgba(255,255,255,1.00)'],
            ["transform", "translateX", '4.89603px'],
            ["transform", "skewX", '-34deg'],
            ["style", "height", '83px'],
            ["style", "opacity", '0.5'],
            ["transform", "translateY", '-75px'],
            ["style", "width", '6px']
         ],
         "#SunGraphic": [
            ["transform", "translateY", '-84px'],
            ["style", "opacity", '0'],
            ["transform", "translateX", '-45px'],
            ["transform", "rotateZ", '0']
         ]
      }
   },
   actions: {

   },
   bindings: [

   ],
   timelines: {
      "Default Timeline": {
         fromState: "Base State",
         toState: "",
         duration: 5000,
         timeline: [
            { id: "eid71", tween: [ "transform", "#Rectangle", "translateX", '-309.99216px', { valueTemplate: undefined, fromValue: '4.89603px'}], position: 4000, duration: 1000, easing: "linear" },
            { id: "eid57", tween: [ "style", "#Rectangle", "width", '6px', { valueTemplate: undefined, fromValue: '6px'}], position: 4000, duration: 0, easing: "linear" },
            { id: "eid2", tween: [ "style", "#stage", "height", '116px', { valueTemplate: undefined, fromValue: '116px'}], position: 0, duration: 0, easing: "linear" },
            { id: "eid31", tween: [ "transform", "#SVG_Logo3", "translateX", '0px', { valueTemplate: undefined, fromValue: '260px'}], position: 2000, duration: 1000, easing: "easeInOutBounce" },
            { id: "eid59", tween: [ "style", "#Rectangle", "height", '83px', { valueTemplate: undefined, fromValue: '83px'}], position: 4000, duration: 0, easing: "linear" },
            { id: "eid8", tween: [ "transform", "#SunGraphic", "translateY", '-64px', { valueTemplate: undefined, fromValue: '-84px'}], position: 0, duration: 1000, easing: "linear" },
            { id: "eid12", tween: [ "style", "#SunGraphic", "opacity", '1', { valueTemplate: undefined, fromValue: '0'}], position: 0, duration: 1000, easing: "linear" },
            { id: "eid29", tween: [ "style", "#SunGraphic", "opacity", '0', { valueTemplate: undefined, fromValue: '1'}], position: 2000, duration: 2000, easing: "linear" },
            { id: "eid27", tween: [ "transform", "#SunGraphic", "rotateZ", '720deg', { valueTemplate: undefined, fromValue: '0deg'}], position: 0, duration: 5000, easing: "linear" },
            { id: "eid58", tween: [ "transform", "#Rectangle", "skewX", '-34deg', { valueTemplate: undefined, fromValue: '-34deg'}], position: 4000, duration: 0, easing: "linear" },
            { id: "eid7", tween: [ "transform", "#SunGraphic", "translateX", '-70px', { valueTemplate: undefined, fromValue: '-45px'}], position: 0, duration: 1000, easing: "linear" },
            { id: "eid52", tween: [ "color", "#Rectangle", "background-color", 'rgba(255,255,255,1.00)', { animationColorSpace: 'RGB', valueTemplate: undefined, fromValue: 'rgba(255,255,255,1.00)'}], position: 4000, duration: 0, easing: "linear" },
            { id: "eid1", tween: [ "style", "#stage", "width", '250px', { valueTemplate: undefined, fromValue: '250px'}], position: 0, duration: 0, easing: "linear" },
            { id: "eid75", tween: [ "transform", "#Rectangle", "translateY", '-86px', { valueTemplate: undefined, fromValue: '-75px'}], position: 4000, duration: 1000, easing: "linear" },
            { id: "eid35", tween: [ "style", "#SVG_Logo3", "opacity", '1', { valueTemplate: undefined, fromValue: '0'}], position: 2000, duration: 1000, easing: "easeInOutBounce" }]
      }
   }
}};

/**
 * Adobe Edge DOM Ready Event Handler
 */
$(window).ready(function() {
     $.Edge.initialize(symbols);
});
/**
 * Adobe Edge Timeline Launch
 */
$.Edge.ready(function() {
    $.Edge.play();
});

