Question: Animate curve plot wiggles

Curious as to why the whole line, during an animatecurve plot, "wiggles" as it's being animated. 

A simple example

plots[animatecurve](sin(x),x=-Pi..Pi,frames=100);

Why is that?

Please Wait...