v3.1.0
This version introduces some fixes to 3.0.0 and two new methods on Animate.js
Fixes and Features
- Fixed
i18nexample - Fixed
animateexample - Fixes
Measure.jswhere coordinates were incorrectly passed to Polygon, whereas geometry should be given instead. More specifically,geometryinstead ofcoordstool.sphere.getArea - Some fixes in events methods
onandun - Fix calls of animation functions.
- Use correct name for animation layer.
New methods introduced:
doAnimation(feature, layer, animate)andendAnimation(feature, layer, listenerKey)have been added. They do animation on a layer instead of feature.