Timeline

new Cesium.Timeline(container, clock)

The Timeline is a widget for displaying and controlling the current scene time.
Name Type Description
container Element The parent HTML container node for this widget.
clock Clock The clock to use.

Members

Gets the parent container.

Methods

Destroys the widget. Should be called if permanently removing the widget from layout.

isDestroyed()boolean

Returns:
true if the object has been destroyed, false otherwise.
Resizes the widget to match the container size.

zoomTo(startTime, stopTime)

Sets the view to the provided times.
Name Type Description
startTime JulianDate The start time.
stopTime JulianDate The stop time.
Need help? The fastest way to get answers is from the community and team on the Cesium Forum.