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

   },
   content: {
      dom: [
        {
            id:'fcakLogo',
            type:'image',
            rect:[0,0,174,174],
            fill:['rgba(0,0,0,0)','images/FCAk.jpg'],
            transform:[[367.32812]],
        },
        {
            id:'WEBSITE',
            type:'text',
            rect:[252,337,0,0],
            text:"WEBSITE",
            font:["Arial Black, Gadget, sans-serif",[24,""],"rgba(0,0,0,1)","normal","none",""],
            transform:[[78.47264]],
        },
        {
            id:'COMINGSOON',
            type:'text',
            rect:[323,445,0,0],
            text:"COMING SOON",
            align:"-webkit-auto",
            font:["\'Arial Black\', Gadget, sans-serif",54,"rgba(0,0,0,1)","normal","none","normal"],
            transform:[[-66.57032]],
        },
      ],
      symbolInstances: [
      ],
   },
   states: {
      "Base State": {
         "#COMINGSOON": [
            ["transform", "translateX", '-66.57032px'],
            ["transform", "scaleX", '0'],
            ["transform", "scaleY", '0'],
            ["transform", "translateY", '-69.82032px'],
            ["color", "color", 'rgba(238,125,0,1.00)']
         ],
         "#stage": [
            ["style", "height", '600px'],
            ["color", "background-color", 'rgba(255,255,255,1)'],
            ["style", "width", '900px']
         ],
         "#WEBSITE": [
            ["transform", "translateX", '78.47264px'],
            ["color", "color", 'rgba(41,51,138,1.00)'],
            ["transform", "scaleX", '0'],
            ["transform", "scaleY", '0'],
            ["transform", "translateY", '-26.28908px'],
            ["style", "font-size", '54px']
         ],
         "#fcakLogo": [
            ["transform", "translateX", '367.32812px'],
            ["transform", "rotateZ", '360deg'],
            ["transform", "scaleX", '0'],
            ["transform", "translateY", '123.91015px'],
            ["transform", "scaleY", '0']
         ]
      }
   },
   actions: {

   },
   bindings: [

   ],
   timelines: {
      "Default Timeline": {
         fromState: "Base State",
         toState: "",
         duration: 3000,
         timeline: [
            { id: "eid34", tween: [ "transform", "#WEBSITE", "scaleY", '0.95939', { valueTemplate: undefined, fromValue: '0'}], position: 710, duration: 469, easing: "easeOutBounce" },
            { id: "eid48", tween: [ "transform", "#WEBSITE", "scaleY", '1', { valueTemplate: undefined, fromValue: '0.95939'}], position: 1180, duration: 70, easing: "linear" },
            { id: "eid53", tween: [ "transform", "#fcakLogo", "rotateZ", '0deg', { valueTemplate: undefined, fromValue: '360deg'}], position: 2000, duration: 1000, easing: "linear" },
            { id: "eid32", tween: [ "transform", "#WEBSITE", "scaleX", '0.95939', { valueTemplate: undefined, fromValue: '0'}], position: 710, duration: 469, easing: "easeOutBounce" },
            { id: "eid47", tween: [ "transform", "#WEBSITE", "scaleX", '1', { valueTemplate: undefined, fromValue: '0.95939'}], position: 1180, duration: 70, easing: "linear" },
            { id: "eid46", tween: [ "transform", "#COMINGSOON", "scaleY", '1', { valueTemplate: undefined, fromValue: '0'}], position: 1250, duration: 750, easing: "easeOutBounce" },
            { id: "eid15", tween: [ "transform", "#fcakLogo", "scaleY", '1', { valueTemplate: undefined, fromValue: '0'}], position: 0, duration: 710, easing: "easeOutBounce" },
            { id: "eid13", tween: [ "transform", "#fcakLogo", "scaleX", '1', { valueTemplate: undefined, fromValue: '0'}], position: 0, duration: 710, easing: "easeOutBounce" },
            { id: "eid45", tween: [ "transform", "#COMINGSOON", "scaleX", '1', { valueTemplate: undefined, fromValue: '0'}], position: 1250, duration: 750, easing: "easeOutBounce" },
            { id: "eid38", tween: [ "color", "#WEBSITE", "color", 'rgba(41,51,138,1.00)', { animationColorSpace: 'RGB', valueTemplate: undefined, fromValue: 'rgba(41,51,138,1.00)'}], position: 1250, 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();
});

