Awesome
Azure Maps Animation module
A rich library of animations for use with the Azure Maps Web SDK.
Features
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.
Getting started
Download the project and copy the azure-maps-animations
JavaScript file from the dist
folder into your project.
See the documentation for more details on a specific feature or take a look at one of the samples below.
Samples
Animate a choropleth map <br/><img src="https://samples.azuremaps.com/animations/animate-a-choropleth-map/screenshot.gif" height="200px">
Animate a GPS trace <br/><img src="https://samples.azuremaps.com/animations/animate-a-gps-trace/screenshot.gif" height="200px">
Animate a snakeline <br/><img src="https://samples.azuremaps.com/animations/animate-a-snakeline/screenshot.gif" height="200px">
Animate along a path <br/><img src="https://samples.azuremaps.com/animations/animate-along-a-path/screenshot.gif" height="200px">
Animate along a route path <br/><img src="https://samples.azuremaps.com/animations/animate-along-a-route-path/screenshot.gif" height="200px">
Animate marker along path <br/><img src="https://samples.azuremaps.com/animations/animate-marker-along-path/screenshot.gif" height="200px">
Animate multiple points <br/><img src="https://samples.azuremaps.com/animations/animate-multiple-points/screenshot.gif" height="200px">
Animate point along path <br/><img src="https://samples.azuremaps.com/animations/animate-point-along-path/screenshot.gif" height="200px">
Animate to new position of marker <br/><img src="https://samples.azuremaps.com/animations/animate-to-new-position-of-marker/screenshot.gif" height="200px">
Animate to new position of point <br/><img src="https://samples.azuremaps.com/animations/animate-to-new-position-of-point/screenshot.gif" height="200px">
Animated tile layer <br/><img src="https://samples.azuremaps.com/animations/animated-tile-layer/screenshot.gif" height="200px">
Animated traffic flow <br/><img src="https://samples.azuremaps.com/animations/animated-traffic-flow/screenshot.gif" height="200px">
Animation easings <br/><img src="https://samples.azuremaps.com/animations/animation-easings/screenshot.gif" height="200px">
Bouncing marker animation <br/><img src="https://samples.azuremaps.com/animations/bouncing-marker-animation/screenshot.gif" height="200px">
Drop markers on interval <br/><img src="https://samples.azuremaps.com/animations/drop-markers-on-interval/screenshot.gif" height="200px">
Drop multiple markers animation <br/><img src="https://samples.azuremaps.com/animations/drop-multiple-markers-animation/screenshot.gif" height="200px">
Drop multiple symbols animation <br/><img src="https://samples.azuremaps.com/animations/drop-multiple-symbols-animation/screenshot.gif" height="200px">
Drop symbol animation <br/><img src="https://samples.azuremaps.com/animations/drop-symbol-animation/screenshot.gif" height="200px">
Drop symbols on interval <br/><img src="https://samples.azuremaps.com/animations/drop-symbols-on-interval/screenshot.gif" height="200px">
Morph shape animation <br/><img src="https://samples.azuremaps.com/animations/morph-shape-animation/screenshot.gif" height="200px">
Moving dashed line <br/><img src="https://samples.azuremaps.com/animations/moving-dashed-line/screenshot.gif" height="200px">
Roadmap
The following are some ideas to take this project further.
- New examples
- Cluster explode
- Traffic flow lines
- New animations
- Line path with trail
- Playable camera animations (rotate around, fly, jump)
- UI controls
- Animation control UI
- Time series animation control UI
- Investigate
- Add option to reduce noise of
heading
values in route path animation. - JSON schema for saving and replaying animations.
- Add option to reduce noise of
Related Projects
- Azure Maps Web SDK Open modules - A collection of open source modules that extend the Azure Maps Web SDK.
- Azure Maps Web SDK Samples
- Azure Maps & Azure Active Directory Samples
- List of open-source Azure Maps projects
Additional Resources
Contributing
We welcome contributions. Feel free to submit code samples, file issues and pull requests on the repo and we'll address them as we can. Learn more about how you can help on our Contribution Rules & Guidelines.
You can reach out to us anytime with questions and suggestions using our communities below:
This project has adopted the Microsoft Open Source Code of Conduct. For more information, see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.
License
MIT
See License for full license text.