/**
 * Adobe Edge: symbol definitions
 */
(function($, Edge, compId){
var symbols = {
"stage": {
   version: "0.1.3",
   baseState: "Base State",
   initialState: "Base State",
   content: {
      dom: [
        {
            id:'creazioni5Copy',
            className:'stage_creazioni5_id',
            type:'image',
            tag:'div',
            rect:[0,0,476,63],
            fill:['rgba(0,0,0,0)','http://www.creazioni-web.net/images/creazioni.png']
        },
        {
            id:'pro3Copy',
            className:'stage_pro3_id',
            type:'image',
            tag:'div',
            rect:[0,0,476,63],
            fill:['rgba(0,0,0,0)','http://www.creazioni-web.net/images/pro.png']
        },
        {
            id:'logoCopy1',
            className:'stage_logo_id',
            type:'image',
            tag:'div',
            rect:[0,0,62,64],
            fill:['rgba(0,0,0,0)','http://www.creazioni-web.net/images/logo.png']
        },
        {
            id:'shadowCopy1',
            className:'stage_shadow_id',
            type:'image',
            tag:'div',
            rect:[0,0,73,15],
            fill:['rgba(0,0,0,0)','http://www.creazioni-web.net/images/shadow.png']
        }],
      symbolInstances: [
      ]
   },
   states: {
      "Base State": {
         "${_shadowCopy1}": [
            ["transform", "scaleY", '0.1'],
            ["transform", "scaleX", '0.1'],
            ["style", "opacity", '0'],
            ["transform", "translateY", '113px'],
            ["transform", "translateX", '0px']
         ],
         "${_logoCopy1}": [
            ["transform", "translateY", '-100px'],
            ["transform", "translateX", '0px']
         ],
         "${_pro3Copy}": [
            ["transform", "translateX", '54px'],
            ["transform", "translateY", '63px']
         ],
         "${_stage}": [
            ["style", "height", '130px'],
            ["color", "background-color", 'rgba(255,255,255,1)'],
            ["style", "width", '530px']
         ],
         "${_creazioni5Copy}": [
            ["transform", "translateX", '54px'],
            ["transform", "translateY", '45px']
         ]
      }
   },
   timelines: {
      "Default Timeline": {
         fromState: "Base State",
         toState: "",
         duration: 816,
         labels: {

         },
         timeline: [
            { id: "eid16", tween: [ "transform", "${_shadowCopy1}", "scaleY", '1', { fromValue: '0.1'}], position: 1, duration: 815, easing: "easeOutBounce" },
            { id: "eid14", tween: [ "transform", "${_logoCopy1}", "translateY", '41px', { fromValue: '-100px'}], position: 0, duration: 815, easing: "easeOutBounce" },
            { id: "eid19", tween: [ "transform", "${_shadowCopy1}", "translateY", '108px', { fromValue: '113px'}], position: 1, duration: 815 },
            { id: "eid26", tween: [ "transform", "${_creazioni5Copy}", "translateY", '45px', { fromValue: '45px'}], position: 815, duration: 1 },
            { id: "eid15", tween: [ "transform", "${_shadowCopy1}", "scaleX", '1', { fromValue: '0.1'}], position: 1, duration: 815, easing: "easeOutBounce" },
            { id: "eid35", tween: [ "style", "${_shadowCopy1}", "opacity", '1', { fromValue: '0'}], position: 0, duration: 816 },
            { id: "eid27", tween: [ "transform", "${_pro3Copy}", "translateX", '54px', { fromValue: '54px'}], position: 0, duration: 0 },
            { id: "eid17", tween: [ "transform", "${_shadowCopy1}", "translateX", '-8px', { fromValue: '0px'}], position: 0, duration: 1 },
            { id: "eid18", tween: [ "transform", "${_shadowCopy1}", "translateX", '-8px', { fromValue: '-9px'}], position: 1, duration: 815 }]
      }
   }
}};

var comp;
Edge.registerCompositionDefn(compId, symbols);

/**
 * Adobe Edge DOM Ready Event Handler
 */
$(window).ready(function() {
     comp = new Edge.Composition(compId, {stage: "." + compId}, {});
	   /**
 * Adobe Edge Timeline Launch
 */
     comp.ready(function() {
         comp.play();
     });
});
})(jQuery, jQuery.Edge, "EDGE-22270540");

