Declarative animation
Build fly-throughs, route traces, camera moves, and timed scenes as HTML steps instead of hand-written animation controllers.
<om-story autoplay loop>
<om-step trace layer="route"
duration="3s"></om-step>
<om-step action="fly-to"
center="[-122.42, 37.78]"
zoom="14" curve></om-step>
</om-story>




