change default InfoBox Animation

Hello,

I am new to the use of infoBox, and also to the use of Entity.description. For now, I am only enter my desired html into the infoBox, but something is bothering me: I can’t find the way of changing the position or the enterance animation of this object. I found some information of how set the whole css, but for now I am ok with the default design.

So my question is, there is a way to set somehow the position or the enterance animation of the infoBox?

Thank you!

Hello,

The best way to position the infoBox would be to override the CSS

You can see how we position it in here: https://github.com/AnalyticalGraphicsInc/cesium/blob/master/Source/Widgets/InfoBox/InfoBox.css#L3-L5

And we use the cesium-infoBox-visible class to make the animation.

Best,

Hannah

Thanks again for the replay !