box = document.getElementById 'box'

TweenLite.to box, 2, 
  css:
    backgroundColor: '#0000ff'
    left: '100%'
  delay: 1