In JS API 4.9 there were two ways af using animated marker symbols:
- using Animated GIFs as a PictureMarkerSymbol
- using a css definition on the svg of a SimpleMarkerSymbol
In 4.11 both of these are no longer available.
Is there an easy possibility to have an animated marker symbol in the current api version without having to e.g. change the symbol itself using timeouts/intervals?