--- layout: example.html title: Flight Animation shortdesc: Demonstrates how to animate flights with ´postrender´. docs: > This example shows how to use postrender and vectorContext to animate flights. A great circle arc between two airports is calculated using arc.js and then the flight paths are animated with postrender. The flight data is provided by OpenFlights (a simplified data set from the Mapbox.js documentation is used). tags: "animation, vector, feature, flights, arc" resources: - https://api.mapbox.com/mapbox.js/plugins/arc.js/v0.1.0/arc.js ---