<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Flash features (like in Pro) on click in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/flash-features-like-in-pro-on-click/m-p/1545455#M85816</link>
    <description>&lt;P&gt;I have a 3D web app. I have a form that users can fill that highlights features that match their selections using the Query functionality. I also have a sidebar that is populated by cards depicting the results of the query. I want users to be able to click on a card and have the matching feature flash on screen to emphasize the feature amongst all the features highlighted from the query, like you can do on ArcGIS Pro, as well as open a popup. I have the popup working, but I can't find anything in the docs that "flashes" features. Does anyone know if this functionality exists?&lt;/P&gt;</description>
    <pubDate>Fri, 04 Oct 2024 00:51:35 GMT</pubDate>
    <dc:creator>janzagar_0</dc:creator>
    <dc:date>2024-10-04T00:51:35Z</dc:date>
    <item>
      <title>Flash features (like in Pro) on click</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/flash-features-like-in-pro-on-click/m-p/1545455#M85816</link>
      <description>&lt;P&gt;I have a 3D web app. I have a form that users can fill that highlights features that match their selections using the Query functionality. I also have a sidebar that is populated by cards depicting the results of the query. I want users to be able to click on a card and have the matching feature flash on screen to emphasize the feature amongst all the features highlighted from the query, like you can do on ArcGIS Pro, as well as open a popup. I have the popup working, but I can't find anything in the docs that "flashes" features. Does anyone know if this functionality exists?&lt;/P&gt;</description>
      <pubDate>Fri, 04 Oct 2024 00:51:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/flash-features-like-in-pro-on-click/m-p/1545455#M85816</guid>
      <dc:creator>janzagar_0</dc:creator>
      <dc:date>2024-10-04T00:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: Flash features (like in Pro) on click</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/flash-features-like-in-pro-on-click/m-p/1545728#M85819</link>
      <description>&lt;P&gt;There isn't any out-of-the-box functionality I know of, but adding it in wouldn't be terribly difficult.&amp;nbsp; The process would look something like this:&lt;/P&gt;&lt;P&gt;1) Get a &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Popup.html#selectedFeature" target="_self"&gt;reference&lt;/A&gt; to the feature you want to flash.&lt;/P&gt;&lt;P&gt;2) Create a new &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-Graphic.html" target="_self"&gt;Graphic&lt;/A&gt; object with the same &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-Graphic.html#geometry" target="_self"&gt;geometry&lt;/A&gt; as the object in step 1.&lt;/P&gt;&lt;P&gt;3) Assign the new graphic a custom &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-Graphic.html#symbol" target="_self"&gt;symbol&lt;/A&gt; depending on geometry type.&lt;/P&gt;&lt;P&gt;4) &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-core-Collection.html#add" target="_self"&gt;Add&lt;/A&gt; it to the view's &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html#graphics" target="_self"&gt;graphics&lt;/A&gt; collection.&lt;/P&gt;&lt;P&gt;5) After a second or so of a &lt;A href="https://developer.mozilla.org/en-US/docs/Web/API/setTimeout" target="_self"&gt;delay&lt;/A&gt;, it can then be &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-core-Collection.html#remove" target="_self"&gt;removed&lt;/A&gt; from the view's graphics collection.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Oct 2024 17:34:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/flash-features-like-in-pro-on-click/m-p/1545728#M85819</guid>
      <dc:creator>JoelBennett</dc:creator>
      <dc:date>2024-10-04T17:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: Flash features (like in Pro) on click</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/flash-features-like-in-pro-on-click/m-p/1546385#M85834</link>
      <description>&lt;P&gt;Thank you Joel. I will try this out!&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2024 03:18:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/flash-features-like-in-pro-on-click/m-p/1546385#M85834</guid>
      <dc:creator>janzagar_0</dc:creator>
      <dc:date>2024-10-08T03:18:26Z</dc:date>
    </item>
  </channel>
</rss>

