Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 768 Bytes

CHANGELOG.md

File metadata and controls

27 lines (20 loc) · 768 Bytes

azure-maps-animations Changelog

0.0.2 (Unreleased)

  • Update dependencies versions.
  • Update readme links.

0.0.1 (2020-08-21)

Animations

  • Frame based animation timer.
  • Drop animations for Point data and markers.
  • Animate data along a path.
  • Animate the map camera along a path.
  • Create a snakeline animation effect.
  • Animate the changing of coordinates in a shape or marker.
  • Morph a shapes from one geometry to another.
  • Group animations and play them together, sequentially, or incrementally.
  • Create a flowing stroke dash array in a line layer.

Tools

  • Improved setTimeout and setInterval functions that leverage requestAnimationFrame.
  • Leverage over 30 different built in easing functions.