Adding a feature-animation example

This commit is contained in:
Pierre GIRAUD
2015-06-24 11:55:16 +02:00
parent 3f23deb09a
commit 1c341e288c
2 changed files with 111 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
---
template: example.html
title: Feature animation example
shortdesc: Demonstrates how to animate features.
docs: >
This example shows how to use <b>postcompose</b> and <b>vectorContext</b> to
animate features. Here we choose to do a flash animation each time a feature
is added to the layer.
tags: "animation, vector, feature, flash"
---
<div class="row">
<div class="span8">
<div id="map" class="map"></div>
</div>
</div>