<?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 Re: Disable Zoom Animations in Experience Builder in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/disable-zoom-animations-in-experience-builder/m-p/1585000#M17357</link>
    <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/677423"&gt;@JeffreyThompson2&lt;/a&gt;, I will look into copying the widget. I was hoping to use the out of the box widget but may not be feasible.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 13 Feb 2025 16:32:32 GMT</pubDate>
    <dc:creator>Brian_McLeer</dc:creator>
    <dc:date>2025-02-13T16:32:32Z</dc:date>
    <item>
      <title>Disable Zoom Animations in Experience Builder</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/disable-zoom-animations-in-experience-builder/m-p/1584974#M17353</link>
      <description>&lt;P&gt;In our search widget, we have it configured so the initial search will zoom to the feature. The request from a user has come in to disable the zoom out / zoom in animation when searching for subsequent features in the search widget (as the video shows).&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6368764943112w960h540r234" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6368764943112" data-account="6161463677001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6161463677001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6368764943112w960h540r234');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://community.esri.com/t5/video/gallerypage/video-id/6368764943112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;&lt;P&gt;Below are my current settings in the search widget actions settings. When a record selection changes, it zooms to it which would explain the behavior. However, there is not a "pan to" option. Would anyone have any insight as to how to get the initial search to zoom to, but subsequent to just go to the feature without any animation?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Brian_McLeer_0-1739461143213.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/125261iD26C75CD95F79787/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Brian_McLeer_0-1739461143213.png" alt="Brian_McLeer_0-1739461143213.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2025 15:40:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/disable-zoom-animations-in-experience-builder/m-p/1584974#M17353</guid>
      <dc:creator>Brian_McLeer</dc:creator>
      <dc:date>2025-02-13T15:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: Disable Zoom Animations in Experience Builder</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/disable-zoom-animations-in-experience-builder/m-p/1584996#M17356</link>
      <description>&lt;P&gt;I know you are on Developer Edition. This is going to take some messing about with the Javascript API. The simplest option will probably involve copying the Search Widget and making your own Zoom To function using the &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html#goTo" target="_self"&gt;goTo() function&lt;/A&gt; from the API. This function has a &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html#GoToOptions2D" target="_self"&gt;Boolean called animate that can be disabled&lt;/A&gt;. You might also be able to muck around with the &lt;A href="https://developers.arcgis.com/javascript/latest/accessibility/#reduced-motion" target="_self"&gt;reduced motion options&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2025 16:29:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/disable-zoom-animations-in-experience-builder/m-p/1584996#M17356</guid>
      <dc:creator>JeffreyThompson2</dc:creator>
      <dc:date>2025-02-13T16:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: Disable Zoom Animations in Experience Builder</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/disable-zoom-animations-in-experience-builder/m-p/1585000#M17357</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/677423"&gt;@JeffreyThompson2&lt;/a&gt;, I will look into copying the widget. I was hoping to use the out of the box widget but may not be feasible.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2025 16:32:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/disable-zoom-animations-in-experience-builder/m-p/1585000#M17357</guid>
      <dc:creator>Brian_McLeer</dc:creator>
      <dc:date>2025-02-13T16:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: Disable Zoom Animations in Experience Builder</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/disable-zoom-animations-in-experience-builder/m-p/1585267#M17368</link>
      <description>&lt;P&gt;Yes Jeffrey is right, it looks like an animation but its actually goTo(). You can either wrap/extend the ExB Search Widget or wrap the MapSDK for JS SearchWidget. Both could works. ExB extended the JS Search anyway.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Search.html" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Search.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Edward_Wong_0-1739496580080.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/125332i33142A9D30063862/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Edward_Wong_0-1739496580080.png" alt="Edward_Wong_0-1739496580080.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;From memory I played with this goToOverride in ExB dev edition for our SearchWidget and yes u can change the behaviour - to specific location or just pass.&lt;BR /&gt;&lt;BR /&gt;or this&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;jimuMapView&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;view&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;goTo&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;item&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;extent&lt;/SPAN&gt;&lt;SPAN&gt;, { &lt;/SPAN&gt;&lt;SPAN&gt;animate&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;false&lt;/SPAN&gt;&lt;SPAN&gt; });&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;Edward Wong&lt;/P&gt;&lt;P&gt;Eagle Technology NZ, ESRI Distributor for NZ and South Pacific&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2025 01:34:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/disable-zoom-animations-in-experience-builder/m-p/1585267#M17368</guid>
      <dc:creator>Edward_Wong</dc:creator>
      <dc:date>2025-02-14T01:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: Disable Zoom Animations in Experience Builder</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/disable-zoom-animations-in-experience-builder/m-p/1587521#M17503</link>
      <description>&lt;P&gt;Thank you,&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/565344"&gt;@Edward_Wong&lt;/a&gt;.&amp;nbsp;I ended up going with your second recommendation below and the animation is now disabled. Thank you for the input.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;jimuMapView&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;view&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;goTo&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;item&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;extent&lt;/SPAN&gt;&lt;SPAN&gt;, {&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;animate&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;false&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;});&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2025 16:28:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/disable-zoom-animations-in-experience-builder/m-p/1587521#M17503</guid>
      <dc:creator>Brian_McLeer</dc:creator>
      <dc:date>2025-02-20T16:28:29Z</dc:date>
    </item>
  </channel>
</rss>

