/**
 * Adobe Edge: symbol definitions
 */
(function($, Edge, compId){
var symbols = {
"stage": {
   version: "0.1.3",
   baseState: "Base State",
   initialState: "Base State",
   content: {
      dom: [
,
,
,
,
,
,
,
,
,
,
        {
            id:'logoultracinecomiso',
            className:'stage_logoultracinecomiso_id',
            type:'image',
            tag:'img',
            rect:[0,0,240,150],
            fill:['rgba(0,0,0,0)','images/logo.png']
        },
        {
            id:'ultra',
            className:'stage_ultra_id',
            type:'image',
            tag:'img',
            rect:[0,0,130,30],
            fill:['rgba(0,0,0,0)','images/ultra.png']
        },
        {
            id:'cine3',
            className:'stage_cine3_id',
            type:'image',
            tag:'img',
            rect:[0,0,91,30],
            fill:['rgba(0,0,0,0)','images/cine.png'],
            transform:[[142,117]]
        },
],
      symbolInstances: [
      ]
   },
   states: {
      "Base State": {
         "${_cine3}": [
            ["transform", "scaleX", '1'],
            ["transform", "translateX", '142px'],
            ["transform", "scaleY", '1'],
            ["transform", "translateY", '117px']
         ],
         "${_ultra}": [
            ["transform", "scaleX", '1'],
            ["transform", "translateY", '117px'],
            ["transform", "translateX", '9px'],
            ["transform", "scaleY", '1']
         ],
         "${_stage}": [
            ["style", "height", '150px'],
            ["color", "background-color", 'rgba(0,0,0,0.00)'],
            ["style", "width", '240px']
         ]
      }
   },
   timelines: {
      "Default Timeline": {
         fromState: "Base State",
         toState: "",
         duration: 4000,
         labels: {
            "inicio": 0
         },
         timeline: [
            { id: "eid192", tween: [ "transform", "${_ultra}", "scaleY", '-1', { fromValue: '1'}], position: 1000, duration: 250, easing: "swing" },
            { id: "eid195", tween: [ "transform", "${_ultra}", "scaleY", '1', { fromValue: '-1'}], position: 1250, duration: 250 },
            { id: "eid214", tween: [ "transform", "${_cine3}", "scaleX", '1', { fromValue: '1'}], position: 1250, duration: 0, easing: "swing" },
            { id: "eid216", tween: [ "transform", "${_cine3}", "scaleX", '1', { fromValue: '1'}], position: 1500, duration: 0, easing: "swing" },
            { id: "eid219", tween: [ "transform", "${_cine3}", "scaleX", '1', { fromValue: '1'}], position: 1750, duration: 0, easing: "swing" },
            { id: "eid218", tween: [ "transform", "${_cine3}", "scaleY", '-1', { fromValue: '1'}], position: 1250, duration: 250, easing: "swing" },
            { id: "eid221", tween: [ "transform", "${_cine3}", "scaleY", '1', { fromValue: '-1'}], position: 1500, duration: 250, easing: "swing" },
            { id: "eid1", tween: [ "transform", "${_ultra}", "translateY", '117px', { fromValue: '117px'}], position: 0, duration: 0 },
            { id: "eid78", tween: [ "color", "${_stage}", "background-color", 'rgba(0,0,0,0.00)', { animationColorSpace: 'RGB', valueTemplate: undefined, fromValue: 'rgba(0,0,0,0.00)'}], position: 0, duration: 0 },
            { id: "eid187", tween: [ "transform", "${_ultra}", "scaleX", '1', { fromValue: '1'}], position: 1000, duration: 0, easing: "swing" },
            { id: "eid190", tween: [ "transform", "${_ultra}", "scaleX", '1', { fromValue: '1'}], position: 1250, duration: 0, easing: "swing" },
            { id: "eid193", tween: [ "transform", "${_ultra}", "scaleX", '1', { fromValue: '1'}], position: 1500, duration: 0 }]
      }
   }
}};

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-667893");

