2930313233343536373839
protected Position centerPosition; protected double zoom; public GfrViewAnimator(final double smoothing, OrbitView view, ViewController viewController) { super(new Interpolator() { @Override public double nextInterpolant() { return 1d - smoothing;