How do I create flashing symbol in JS 4.0 API?

3993
3
Jump to solution
06-29-2016 12:38 AM
DrorElgabsi
New Contributor II

Hi,

I was wondering how can i create flashing Graphic/Symbol//Icon...?

example js 3.17:

ArcGIS API for JavaScript Sandbox

Tags (1)
0 Kudos
1 Solution

Accepted Solutions
FC_Basson
MVP Regular Contributor

That's all in the CSS of the example.  You can also use a PictureMarkerSymbol (PictureMarkerSymbol | API Reference | ArcGIS API for JavaScript 3.17 ) and use any image e.g. animated GIF as the map marker.

View solution in original post

3 Replies
FC_Basson
MVP Regular Contributor

That's all in the CSS of the example.  You can also use a PictureMarkerSymbol (PictureMarkerSymbol | API Reference | ArcGIS API for JavaScript 3.17 ) and use any image e.g. animated GIF as the map marker.

DrorElgabsi
New Contributor II

Thanks, didn't know I can use GIF...

worked great.

0 Kudos
deleted-user-0W0-oLHxDjCX
New Contributor III

Hi 

Wold be possible to make a pulsing point or any other graphic separately from the other graphic layers?

ER

0 Kudos