mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-24 00:54:03 +02:00
Eliminate the very slow (3sec) transitions
This commit is contained in:
@@ -109,8 +109,6 @@ export function transitionTime(point1, point2) {
|
||||
return 0;
|
||||
else if (distance < 80)
|
||||
return 500;
|
||||
else if (distance < 160)
|
||||
return 1000;
|
||||
else
|
||||
return 3000;
|
||||
return 1000;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user