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

   },
   content: {
      dom: [
        {
            id:'background',
            type:'image',
            rect:[0,0,1024,768],
            fill:['rgba(0,0,0,0)','images/background3.png'],
        },
        {
            id:'Dots',
            type:'image',
            rect:[0,0,1024,768],
            fill:['rgba(0,0,0,0)','images/background2.png'],
        },
        {
            id:'Logo',
            type:'image',
            rect:[0,0,1239,276],
            fill:['rgba(0,0,0,0)','images/logo%20includes%20reverse%20%5BConverted%5D.png'],
        },
        {
            id:'Text1',
            type:'text',
            rect:[252,350,480,76],
            text:"403-398-8939",
            align:"center",
            font:["\'Arial Black\', Gadget, sans-serif",24,"rgba(0,0,0,1)","normal","none","normal"],
        },
        {
            id:'Text2',
            type:'text',
            rect:[248,406,500,50],
            text:"info@ultrapresence.com",
            align:"center",
            font:["\'Arial Black\', Gadget, sans-serif",24,"rgba(0,0,0,1)","normal","none","normal"],
        },
      ],
      symbolInstances: [
      ],
   },
   states: {
      "Base State": {
         "#stage": [
            ["style", "height", '768px'],
            ["color", "background-color", 'rgba(255,255,255,1)'],
            ["style", "width", '1024px']
         ],
         "#Dots": [
            ["style", "opacity", '0']
         ],
         "#Text1": [
            ["style", "height", '42px'],
            ["style", "opacity", '0']
         ],
         "#Text2": [
            ["style", "height", '42px'],
            ["style", "opacity", '0']
         ],
         "#Logo": [
            ["transform", "translateX", '-122px'],
            ["transform", "scaleX", '0.69'],
            ["style", "opacity", '0'],
            ["transform", "translateY", '40px'],
            ["transform", "scaleY", '0.69']
         ]
      }
   },
   actions: {

   },
   bindings: [

   ],
   timelines: {
      "Default Timeline": {
         fromState: "Base State",
         toState: "",
         duration: 2000,
         timeline: [
            { id: "eid24", tween: [ "transform", "#Logo", "scaleY", '0.54', { valueTemplate: undefined, fromValue: '0.69'}], position: 0, duration: 541, easing: "linear" },
            { id: "eid28", tween: [ "style", "#stage", "height", '768px', { valueTemplate: undefined, fromValue: '768px'}], position: 0, duration: 0, easing: "linear" },
            { id: "eid83", tween: [ "style", "#Text2", "opacity", '1', { valueTemplate: undefined, fromValue: '0'}], position: 1318, duration: 682, easing: "linear" },
            { id: "eid25", tween: [ "transform", "#Logo", "translateX", '-120px', { valueTemplate: undefined, fromValue: '-122px'}], position: 0, duration: 541, easing: "linear" },
            { id: "eid18", tween: [ "style", "#Logo", "opacity", '1', { valueTemplate: undefined, fromValue: '0'}], position: 0, duration: 360, easing: "linear" },
            { id: "eid82", tween: [ "style", "#Text1", "opacity", '1', { valueTemplate: undefined, fromValue: '0'}], position: 1318, duration: 682, easing: "linear" },
            { id: "eid80", tween: [ "style", "#Text1", "height", '42px', { valueTemplate: undefined, fromValue: '42px'}], position: 1318, duration: 0, easing: "linear" },
            { id: "eid23", tween: [ "transform", "#Logo", "scaleX", '0.54', { valueTemplate: undefined, fromValue: '0.69'}], position: 0, duration: 541, easing: "linear" },
            { id: "eid27", tween: [ "style", "#stage", "width", '1024px', { valueTemplate: undefined, fromValue: '1024px'}], position: 0, duration: 0, easing: "linear" },
            { id: "eid84", tween: [ "style", "#Text2", "height", '42px', { valueTemplate: undefined, fromValue: '42px'}], position: 1318, duration: 0, easing: "linear" },
            { id: "eid20", tween: [ "style", "#Dots", "opacity", '1', { valueTemplate: undefined, fromValue: '0'}], position: 360, duration: 958, easing: "linear" },
            { id: "eid26", tween: [ "transform", "#Logo", "translateY", '108px', { valueTemplate: undefined, fromValue: '40px'}], position: 0, duration: 541, easing: "linear" }]
      }
   },
}};

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

