/**
 * Adobe Edge: symbol definitions
 */
(function($, Edge, compId){
var symbols = {
"stage": {
   version: "0.1.3",
   baseState: "Base State",
   initialState: "Base State",
   content: {
      dom: [
        {
            id:'Rectangle2',
            className:'stage_Rectangle2_id',
            type:'rect',
            tag:'div',
            rect:[193,359,118,35],
            fill:['rgba(0,0,0,1)'],
            stroke:[0,"rgb(0, 0, 0)","none"]
        },
        {
            id:'_5_math',
            className:'stage__5_math_id',
            type:'image',
            tag:'div',
            rect:[0,0,260,65],
            fill:['rgba(0,0,0,0)','images/5_math.png']
        },
        {
            id:'jumpingkids',
            className:'stage_jumpingkids_id',
            type:'image',
            tag:'div',
            rect:[0,0,105,87],
            fill:['rgba(0,0,0,0)','images/jumpingkids.png'],
            transform:[[2,55]]
        },
        {
            id:'_5_and2',
            className:'stage__5_and2_id',
            type:'image',
            tag:'div',
            rect:[0,0,45,65],
            fill:['rgba(0,0,0,0)','images/5_and2.png'],
            transform:[[300,-81]]
        },
        {
            id:'_5_movement2',
            className:'stage__5_movement2_id',
            type:'image',
            tag:'div',
            rect:[0,0,519,65],
            fill:['rgba(0,0,0,0)','images/5_movement2.png'],
            transform:[[332,-81]]
        }],
      symbolInstances: [
      ]
   },
   states: {
      "Base State": {
         "${__5_math}": [
            ["transform", "translateX", '50px'],
            ["transform", "translateY", '-81px']
         ],
         "${_Rectangle2}": [
            ["color", "background-color", 'rgba(121,121,121,1.00)'],
            ["transform", "translateX", '12.18718px'],
            ["transform", "skewX", '37deg'],
            ["transform", "scaleX", '0.05'],
            ["style", "opacity", '0'],
            ["transform", "translateY", '-2px'],
            ["transform", "scaleY", '0.05']
         ],
         "${__5_and2}": [
            ["transform", "translateY", '-81px'],
            ["transform", "translateX", '300px']
         ],
         "${_jumpingkids}": [
            ["style", "opacity", '0'],
            ["transform", "translateY", '55px'],
            ["transform", "translateX", '397px']
         ],
         "${_stage}": [
            ["color", "background-color", 'rgba(255,255,255,0.00)'],
            ["style", "overflow", 'hidden'],
            ["style", "height", '240px'],
            ["transform", "translateY", '0px'],
            ["style", "width", '900px']
         ],
         "${__5_movement2}": [
            ["transform", "translateX", '332px'],
            ["transform", "translateY", '-81px']
         ]
      }
   },
   timelines: {
      "Default Timeline": {
         fromState: "Base State",
         toState: "",
         duration: 5555,
         labels: {

         },
         timeline: [
            { id: "eid222", tween: [ "transform", "${__5_math}", "translateX", '23px', { fromValue: '50px'}], position: 4250, duration: 620, easing: "easeOutExpo" },
            { id: "eid223", tween: [ "transform", "${__5_math}", "translateX", '50px', { fromValue: '23px'}], position: 4870, duration: 95 },
            { id: "eid215", tween: [ "transform", "${__5_and2}", "translateX", '291px', { fromValue: '300px'}], position: 4125, duration: 285, easing: "easeOutExpo" },
            { id: "eid224", tween: [ "transform", "${__5_and2}", "translateX", '300px', { fromValue: '291px'}], position: 4965, duration: 125 },
            { id: "eid187", tween: [ "style", "${_jumpingkids}", "opacity", '1', { fromValue: '0'}], position: 2000, duration: 1000 },
            { id: "eid208", tween: [ "transform", "${__5_movement2}", "translateX", '368px', { fromValue: '332px'}], position: 3250, duration: 750 },
            { id: "eid211", tween: [ "transform", "${__5_movement2}", "translateX", '323px', { fromValue: '368px'}], position: 4000, duration: 125 },
            { id: "eid228", tween: [ "transform", "${__5_movement2}", "translateX", '332px', { fromValue: '323px'}], position: 5090, duration: 465, easing: "easeOutExpo" },
            { id: "eid176", tween: [ "transform", "${__5_math}", "translateY", '155px', { fromValue: '-81px'}], position: 0, duration: 750, easing: "easeOutBounce" },
            { id: "eid203", tween: [ "transform", "${__5_movement2}", "translateY", '155px', { fromValue: '-81px'}], position: 500, duration: 750, easing: "easeOutBounce" },
            { id: "eid196", tween: [ "transform", "${__5_and2}", "translateY", '155px', { fromValue: '-81px'}], position: 1000, duration: 750, easing: "easeOutBounce" }]
      }
   }
}};

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-10740448");

