
Animation
Maps can be animation relatively easily with JavaScript's "Interval()" function. Combining this with controling whether a layer is visible or not allows you to switch what is displayed to the user during each interval. The same thing can be done by using the "ZOOM_RANGE" property for each feature to make features visible or not.
Documentation on JavaScript' Interval() function is available at W3Schools. This Example will show you how to animation individual features with CanvasMap.