new featureAnimation(options)
Parameters:
Name | Type | Description | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
ol.featureAnimationOptions |
Properties
|
Fires:
- event:animationstart
- event:animating
- event:animationend
Classes
Members
-
Hidden style: a transparent style
Methods
-
animate(e)
-
Function to perform manipulations onpostcompose. This function is called with an ol.featureAnimationEvent argument. The function will be overridden by the child implementation. Return true to keep this function for the next frame, false to remove it.
Parameters:
Name Type Description e
ol.featureAnimationEvent Returns:
true to continue animation.
- Type
- bool