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();
Content copied to clipboard
Updates the widget to reflect any modified CSS rules for theming.
//Switch to the cesium-lighter theme.
document.body.className = 'cesium-lighter';
animation.applyThemeChanges();