diff --git a/Frontend Angular 4/src/app/layout/plotter/graph2D/graph2D.component.ts b/Frontend Angular 4/src/app/layout/plotter/graph2D/graph2D.component.ts index 4329cdce72536ff3de264cce525d4d62efc23dec..95a422887bcaa647251d22bb03fcb9720c8a1543 100755 --- a/Frontend Angular 4/src/app/layout/plotter/graph2D/graph2D.component.ts +++ b/Frontend Angular 4/src/app/layout/plotter/graph2D/graph2D.component.ts @@ -354,7 +354,7 @@ export class Graph2DComponent { * @desc Decrease Speed Animation */ public decreaseSpeed = function() { - if (this.animation.speedX > 0.07) { + if (this.animation.speedX > 0.19) { this.animation.speed *= 1.1; this.animation.speedX -= 0.1; this.pauseAnimation();