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

   },
   content: {
      dom: [
        {
            id:'Rectangle1',
            type:'rect',
            rect:[132,78,454,280],
            fill:['rgba(192,192,192,1)'],
            stroke:[0,"rgba(0,0,0,1)","none"],
        },
        {
            id:'Image1',
            type:'image',
            rect:[0,0,100,100],
            fill:['rgba(0,0,0,0)','images/microphone%2Dicon.png'],
        },
        {
            id:'Text1',
            type:'text',
            rect:[151,102,0,0],
            text:" Adobe Edge",
            font:["Arial Black, Gadget, sans-serif",24,"rgba(0,0,0,1)","normal","none",""],
        },
      ],
      symbolInstances: [
      ],
   },
   states: {
      "Base State": {
         "#Image1": [
            ["transform", "translateX", '540px'],
            ["style", "opacity", '0'],
            ["transform", "translateY", '180px'],
            ["transform", "rotateZ", '-180deg']
         ],
         "#stage": [
            ["color", "background-color", 'rgba(243,230,230,1.00)'],
            ["style", "overflow", 'hidden'],
            ["style", "height", '240px'],
            ["style", "width", '381px']
         ],
         "#Rectangle1": [
            ["transform", "translateX", '-74px'],
            ["transform", "rotateZ", '-41deg'],
            ["style", "height", '265px'],
            ["transform", "translateY", '-11px'],
            ["style", "width", '340px']
         ],
         "#Text1": [
            ["style", "opacity", '0'],
            ["transform", "translateY", '-141px'],
            ["transform", "translateX", '70px']
         ]
      }
   },
   actions: {

   },
   bindings: [

   ],
   timelines: {
      "Default Timeline": {
         fromState: "Base State",
         toState: "",
         duration: 3160,
         timeline: [
            { id: "eid20", tween: [ "transform", "#Text1", "translateX", '34.825657894737px', { valueTemplate: undefined, fromValue: '70px'}], position: 0, duration: 1445, easing: "linear" },
            { id: "eid31", tween: [ "transform", "#Text1", "translateX", '-4px', { valueTemplate: undefined, fromValue: '34.825657894737px'}], position: 1445, duration: 1595, easing: "linear" },
            { id: "eid58", tween: [ "transform", "#Text1", "translateX", '-78px', { valueTemplate: undefined, fromValue: '-4px'}], position: 3040, duration: 120, easing: "linear" },
            { id: "eid6", tween: [ "style", "#Rectangle1", "height", '95px', { valueTemplate: undefined, fromValue: '265px'}], position: 0, duration: 3040, easing: "easeInOutElastic" },
            { id: "eid43", tween: [ "style", "#Rectangle1", "height", '100px', { valueTemplate: undefined, fromValue: '95px'}], position: 3040, duration: 120, easing: "linear" },
            { id: "eid53", tween: [ "transform", "#Image1", "rotateZ", '0deg', { valueTemplate: undefined, fromValue: '-180deg'}], position: 0, duration: 3160, easing: "easeInOutCubic" },
            { id: "eid8", tween: [ "style", "#Rectangle1", "width", '159px', { valueTemplate: undefined, fromValue: '340px'}], position: 0, duration: 3160, easing: "linear" },
            { id: "eid21", tween: [ "transform", "#Text1", "translateY", '-56.866776315789px', { valueTemplate: undefined, fromValue: '-141px'}], position: 0, duration: 1445, easing: "linear" },
            { id: "eid32", tween: [ "transform", "#Text1", "translateY", '36px', { valueTemplate: undefined, fromValue: '-56.866776315789px'}], position: 1445, duration: 1595, easing: "linear" },
            { id: "eid60", tween: [ "transform", "#Text1", "translateY", '26px', { valueTemplate: undefined, fromValue: '36px'}], position: 3040, duration: 120, easing: "linear" },
            { id: "eid59", tween: [ "transform", "#Rectangle1", "translateX", '-74px', { valueTemplate: undefined, fromValue: '-74px'}], position: 3160, duration: 0, easing: "linear" },
            { id: "eid61", tween: [ "transform", "#Rectangle1", "translateY", '-11px', { valueTemplate: undefined, fromValue: '-11px'}], position: 3160, duration: 0, easing: "linear" },
            { id: "eid38", tween: [ "transform", "#Image1", "translateX", '139.853px', { valueTemplate: undefined, fromValue: '540px'}], position: 0, duration: 1445, easing: "linear" },
            { id: "eid48", tween: [ "transform", "#Image1", "translateX", '217px', { valueTemplate: undefined, fromValue: '139.853px'}], position: 1445, duration: 1715, easing: "linear" },
            { id: "eid56", tween: [ "style", "#stage", "width", '381px', { valueTemplate: undefined, fromValue: '381px'}], position: 0, duration: 0, easing: "linear" },
            { id: "eid47", tween: [ "style", "#Image1", "opacity", '1', { valueTemplate: undefined, fromValue: '0'}], position: 0, duration: 3160, easing: "linear" },
            { id: "eid13", tween: [ "transform", "#Rectangle1", "rotateZ", '28deg', { valueTemplate: undefined, fromValue: '-41deg'}], position: 0, duration: 1445, easing: "swing" },
            { id: "eid12", tween: [ "transform", "#Rectangle1", "rotateZ", '0deg', { valueTemplate: undefined, fromValue: '28deg'}], position: 1445, duration: 1715, easing: "swing" },
            { id: "eid40", tween: [ "transform", "#Image1", "translateY", '201.40979px', { valueTemplate: undefined, fromValue: '180px'}], position: 0, duration: 1445, easing: "linear" },
            { id: "eid49", tween: [ "transform", "#Image1", "translateY", '67px', { valueTemplate: undefined, fromValue: '201.40979px'}], position: 1445, duration: 1715, easing: "linear" },
            { id: "eid34", tween: [ "style", "#Text1", "opacity", '0.5', { valueTemplate: undefined, fromValue: '0'}], position: 0, duration: 1445, easing: "linear" },
            { id: "eid57", tween: [ "style", "#stage", "height", '240px', { valueTemplate: undefined, fromValue: '240px'}], position: 0, duration: 0, easing: "linear" }]
      }
   },
}};

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

