new AbstractAnimation()
- Implements:
- To Do:
-
- Describes here and link to the tutos about Animation
Methods
-
getRenderContext()
-
- Implements:
-
getStatus()
-
- Implements:
-
start()
-
- Implements:
-
pause()
-
- Implements:
-
stop()
-
- Implements:
Type Definitions
-
inertia_configuration
-
Inertia animation configuration
Type:
- Object
Properties:
Name Type Argument Default Description navNavigation Navigation object that applies the transformations. panFactorfloat <optional>
0.95 Pan Factor which is included in [0..1]. - 1 is sensible to the pan zoomFactorfloat <optional>
0.50 Zoom Factor which is included in [0..1]. - 1 is sensible to the zoom rotateFactorfloat <optional>
0.95 Rotate Factor which is included in [0..1]. - 1 is sensible to the rotation -
interpolated_configuration
-
Interpolated animation configuration
Type:
- Object
Properties:
Name Type Description startValuefloat Starting point of the interpolation. endValuefloat Ending point of the interpolation. durationfloat Duration of the animation in seconds interpolationFunction-function Interpolation function setFunctionfunction Setter of the Interpolation function -
path_configuration
-
Path animation configuration
Type:
- Object
-
segmented_configuration
-
Segmented animation configuration
Type:
- Object
Documentation