@JsType(isNative=true,
namespace="<global>",
name="Object")
public class PanOptions
extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PanOptions.Builder
The Class Builder.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getDuration()
Gets the duration of animated panning.
|
double |
getEaseLinearity()
Gets The curvature factor of panning animation easing (third parameter of the Cubic Bezier curve).
|
boolean |
getNoMoveStart()
Gets whether If true, panning won't fire movestart event on start (used internally for panning inertia).
|
@JsOverlay public final double getDuration()
@JsOverlay public final double getEaseLinearity()
@JsOverlay public final boolean getNoMoveStart()
Copyright © 2018 G-Widgets. All rights reserved.