/**
 * Adobe Edge: symbol definitions
 */
(function($, Edge, compId){
var symbols = {
"stage": {
   version: "0.1.3",
   baseState: "Base State",
   initialState: "Base State",
   content: {
      dom: [
        {
            id:'Autostreifen2',
            className:'stage_Autostreifen2_id',
            type:'image',
            tag:'div',
            rect:[0,0,1640,110],
            fill:['rgba(0,0,0,0)','fileadmin/default/templates/js/images/Autostreifen2.jpg']
        },
        {
            id:'Autostreifen22',
            className:'stage_Autostreifen22_id',
            type:'image',
            tag:'div',
            rect:[0,0,1640,110],
            fill:['rgba(0,0,0,0)','fileadmin/default/templates/js/images/Autostreifen22.jpg']
        }],
      symbolInstances: [
      ]
   },
   states: {
      "Base State": {
         "${_Autostreifen22}": [
            ["transform", "translateX", '950px'],
            ["transform", "translateY", '0px']
         ],
         "${_stage}": [
            ["style", "height", '110px'],
            ["style", "width", '950px'],
            ["style", "overflow", 'hidden']
         ],
         "${_Autostreifen2}": [
            ["transform", "translateX", '0px']
         ]
      }
   },
   timelines: {
      "Default Timeline": {
         fromState: "Base State",
         toState: "",
         duration: 33190,
         labels: {

         },
         timeline: [
            { id: "eid12", tween: [ "transform", "${_Autostreifen2}", "translateX", '-1639px', { fromValue: '0px'}], position: 0, duration: 33190 },
            { id: "eid18", tween: [ "transform", "${_Autostreifen22}", "translateX", '950px', { fromValue: '950px'}], position: 0, duration: 0 },
            { id: "eid17", tween: [ "transform", "${_Autostreifen22}", "translateX", '0px', { fromValue: '950px'}], position: 13637, duration: 19552 }]
      }
   }
}};

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-3552654");

