.stop() jumps to end

.stop() jumps to end

Hey.

I have problem with stopping an animation. When I stop the animation, it jumps to end, even if I have given "false"-attribute.

Example:
  1. I click hardware.
  2. It starts to move to hardware.
  3. I click projects.
  4. It jumps instantly to hardware.
  5. It starts to move to projects.
  6. It stops at projects.

What it should do:
  1. I click hardware.
  2. It starts to move to hardware
  3. I click projects.
  4. It changes course to projects.
  5. It stops at projects.



Thanks!