applyThemeChanges

Updates the widget to reflect any modified CSS rules for theming.

//Switch to the cesium-lighter theme.
document.body.className = 'cesium-lighter';
animation.applyThemeChanges();

See also