Explanation

The value of left for the data-0000 attribute is missing a % so the first tween doesn't work.

<div class="box" 
  data-0000="left:0;" 
  data-1000="left:100%;"
  data-2000="left:50%;"
></div>