Simple enough question (could be wrong)
im looking to animate between two points in a straight line, using HTML5 and/or Jquery.
ctx.beginPath(); ctx.mov
You should check this out : http://paulirish.com/2011/requestanimationframe-for-smart-animating/ it is fairly easy to do, after reading it you should be able to do it! There is also an example.