<?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 How do I disable zoom/pan animation? in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/how-do-i-disable-zoom-pan-animation/m-p/139048#M1556</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the Runtime for WPF I was able to disable animation of zoom and pan by changing ZoomDuration and PanDuration to 0ms. I felt this resulted in a much faster experience navigating the map, and the users agreed. However, in the Runtime for .NET, this doesn't seem possible. MapView performs a zoom with a hard coded value of true for animate for the core map, and I'm not able to affect what this value can be. Is there any way I can interact with the core map to disable&amp;nbsp;the animation, or at least&amp;nbsp;overriding the duration value?&amp;nbsp;Navigating my old map in the WPF implementation is so much more responsive than the same basemap in the .NET implementation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I expect the runtime will not get more releases, and v100 is not ready for our needs, so we will stick with the previous release. But at least this is a feature request for the v100 API. Animations can be nice, but should at least be configurable or optional&amp;nbsp;&lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Mar 2017 09:17:48 GMT</pubDate>
    <dc:creator>BjørnarSundsbø1</dc:creator>
    <dc:date>2017-03-10T09:17:48Z</dc:date>
    <item>
      <title>How do I disable zoom/pan animation?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-do-i-disable-zoom-pan-animation/m-p/139048#M1556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the Runtime for WPF I was able to disable animation of zoom and pan by changing ZoomDuration and PanDuration to 0ms. I felt this resulted in a much faster experience navigating the map, and the users agreed. However, in the Runtime for .NET, this doesn't seem possible. MapView performs a zoom with a hard coded value of true for animate for the core map, and I'm not able to affect what this value can be. Is there any way I can interact with the core map to disable&amp;nbsp;the animation, or at least&amp;nbsp;overriding the duration value?&amp;nbsp;Navigating my old map in the WPF implementation is so much more responsive than the same basemap in the .NET implementation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I expect the runtime will not get more releases, and v100 is not ready for our needs, so we will stick with the previous release. But at least this is a feature request for the v100 API. Animations can be nice, but should at least be configurable or optional&amp;nbsp;&lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Mar 2017 09:17:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-do-i-disable-zoom-pan-animation/m-p/139048#M1556</guid>
      <dc:creator>BjørnarSundsbø1</dc:creator>
      <dc:date>2017-03-10T09:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: How do I disable zoom/pan animation?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-do-i-disable-zoom-pan-animation/m-p/139049#M1557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your feedback.&amp;nbsp;We did have global setting for zoom and pan duration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In v100, you can also use&amp;nbsp;&lt;A href="https://developers.arcgis.com/net/latest/wpf/api-reference//html/M_Esri_ArcGISRuntime_UI_Controls_GeoView_SetViewpoint.htm"&gt;SetViewpoint&lt;/A&gt;&amp;nbsp;which will not have animation, or provide shorter TimeSpan in these methods:&amp;nbsp;&lt;A href="https://developers.arcgis.com/net/latest/wpf/api-reference//html/M_Esri_ArcGISRuntime_UI_Controls_GeoView_SetViewpointAsync_1.htm"&gt;SetViewpointAsync with Timespan&lt;/A&gt;&amp;nbsp;and&amp;nbsp;&lt;A href="https://developers.arcgis.com/net/latest/wpf/api-reference//html/M_Esri_ArcGISRuntime_UI_Controls_MapView_SetViewpointAsync.htm"&gt;SetViewpointAsync with Timespan and AnimationCurve&lt;/A&gt;&amp;nbsp;if done in code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I think you mean while interacting with the map no code-behind just flick and zoom, you have no control over the animation speed, is that correct?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Mar 2017 19:52:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-do-i-disable-zoom-pan-animation/m-p/139049#M1557</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2017-03-10T19:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: How do I disable zoom/pan animation?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-do-i-disable-zoom-pan-animation/m-p/139050#M1558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm aware of the SetViewpoint overloads. And you are correct, I mean the direct map interaction options for double tap, pinch, wheel and flick/drag.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Mar 2017 22:04:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-do-i-disable-zoom-pan-animation/m-p/139050#M1558</guid>
      <dc:creator>BjørnarSundsbø1</dc:creator>
      <dc:date>2017-03-12T22:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: How do I disable zoom/pan animation?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-do-i-disable-zoom-pan-animation/m-p/139051#M1559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's on our backlog, but not currently possible to disable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2017 19:26:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-do-i-disable-zoom-pan-animation/m-p/139051#M1559</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2017-03-16T19:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: How do I disable zoom/pan animation?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-do-i-disable-zoom-pan-animation/m-p/139052#M1560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've started looking at 100.2.0, and I&amp;nbsp;can not find a way to control the animation speed. It would be very convenient to have it available on&amp;nbsp;MapViewInteractionOptions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2018 13:01:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-do-i-disable-zoom-pan-animation/m-p/139052#M1560</guid>
      <dc:creator>BjørnarSundsbø1</dc:creator>
      <dc:date>2018-01-09T13:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: How do I disable zoom/pan animation?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-do-i-disable-zoom-pan-animation/m-p/139053#M1561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you referring to the zoom speed when double-click/mouse-wheeling on the map? Or the SetViewpointXXXX methods?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2018 18:29:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-do-i-disable-zoom-pan-animation/m-p/139053#M1561</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2018-01-09T18:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: How do I disable zoom/pan animation?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-do-i-disable-zoom-pan-animation/m-p/139054#M1562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Double click, mouse wheel and pan using mouse.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On a slightly related topic, I just upgraded to the latest version from 10.2.7 today, and experience in my actual application that zoom wheel just changes the scale but keeps the center. In my test application, it zooms around the mouse cursor. Any immediate thoughts on why this would happen? I haven't had the time to investigate or create a mockup, but perhaps you might know. This was not the case before upgrading.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2018 18:38:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-do-i-disable-zoom-pan-animation/m-p/139054#M1562</guid>
      <dc:creator>BjørnarSundsbø1</dc:creator>
      <dc:date>2018-01-09T18:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: How do I disable zoom/pan animation?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-do-i-disable-zoom-pan-animation/m-p/139055#M1563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As Jennifer mentioned above, there's currently no API for setting the zoom speed or amount at this point. You can disable zoom interaction, listen for double-click/wheel yourself and call the SetViewpoint methods manually if you'd like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10.2.7 and v100.x hasn't changed behavior wrt centering. Zoom has always been around the mouse cursor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wrt to pan speed, the pan is the exact speed of the mouse. When you subsequently "flick" the map, it's relies on the system settings for this (I believe it's configurable in the control panel).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2018 18:42:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-do-i-disable-zoom-pan-animation/m-p/139055#M1563</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2018-01-09T18:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: How do I disable zoom/pan animation?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-do-i-disable-zoom-pan-animation/m-p/139056#M1564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, thanks. Was initially referring to your previous mention that it was on your backlog. But apparently not yet added to a release yet &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;There must be something in my application causing the zoom center issue, since it doesn't occur in my test app. Will investigate more when I'm back at the office.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2018 18:48:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-do-i-disable-zoom-pan-animation/m-p/139056#M1564</guid>
      <dc:creator>BjørnarSundsbø1</dc:creator>
      <dc:date>2018-01-09T18:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: How do I disable zoom/pan animation?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-do-i-disable-zoom-pan-animation/m-p/139057#M1565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry... our backlog is rather large &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/wink.png" /&gt;. Unfortunately we haven't discovered the secret to infinite resources, so some things with higher priority gets done before others. I'll see what I can do to get it placed in a release in the near future.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2018 21:54:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-do-i-disable-zoom-pan-animation/m-p/139057#M1565</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2018-01-09T21:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: How do I disable zoom/pan animation?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-do-i-disable-zoom-pan-animation/m-p/139058#M1566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you find the secret, let me know. You could make part of the API as open source, and suddenly have a lot more available resources &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Earlier today i tried performing a pan over slow remote desktop connection, and the post pan float animation behaviour was rather strange. Option to disable would be great.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 20:33:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-do-i-disable-zoom-pan-animation/m-p/139058#M1566</guid>
      <dc:creator>BjørnarSundsbø1</dc:creator>
      <dc:date>2018-01-10T20:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: How do I disable zoom/pan animation?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-do-i-disable-zoom-pan-animation/m-p/139059#M1567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your wish is my command (sometimes :-))&amp;nbsp;&lt;A href="https://developers.arcgis.com/net/latest/wpf/api-reference//html/P_Esri_ArcGISRuntime_UI_InteractionOptions_IsFlickEnabled.htm"&gt;https://developers.arcgis.com/net/latest/wpf/api-reference//html/P_Esri_ArcGISRuntime_UI_InteractionOptions_IsFlickEnabled.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jan 2018 00:41:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-do-i-disable-zoom-pan-animation/m-p/139059#M1567</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2018-01-11T00:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: How do I disable zoom/pan animation?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-do-i-disable-zoom-pan-animation/m-p/139060#M1568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nice. Requesting feature before bed, and having it available before I wake up in the morning. Convincing myself that is how the story went, I can get used to&amp;nbsp;that&amp;nbsp;&lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/grin.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jan 2018 16:07:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-do-i-disable-zoom-pan-animation/m-p/139060#M1568</guid>
      <dc:creator>BjørnarSundsbø1</dc:creator>
      <dc:date>2018-01-11T16:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: How do I disable zoom/pan animation?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-do-i-disable-zoom-pan-animation/m-p/139061#M1569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually I grabbed my time machine and went back in time and added it to 100.1. We aim to please our customers that much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jan 2018 18:58:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-do-i-disable-zoom-pan-animation/m-p/139061#M1569</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2018-01-11T18:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: How do I disable zoom/pan animation?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-do-i-disable-zoom-pan-animation/m-p/139062#M1570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rock on!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jan 2018 19:00:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-do-i-disable-zoom-pan-animation/m-p/139062#M1570</guid>
      <dc:creator>BjørnarSundsbø1</dc:creator>
      <dc:date>2018-01-11T19:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: How do I disable zoom/pan animation?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-do-i-disable-zoom-pan-animation/m-p/139063#M1571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know I should be satisfied with&amp;nbsp;your previous response about&amp;nbsp;trying to put this task to a release in the near futer, and hope this reminder don't bump me back to the end of the backlog&amp;nbsp;&lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/shocked.png" /&gt;&amp;nbsp;I still appreciate the previous response, so don't get me wrong. While I don't know to what extent I can influence priority,&amp;nbsp;I thought I'd give some&amp;nbsp;context&amp;nbsp;to my repeated reminder/request. My assumption is that the secret to unlimited resources is still elusive...&amp;nbsp;I&amp;nbsp;just thought I'd add these details if it can make a difference between 100.3 and 100.4&lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our customers work with emergency dispatch, where seconds can help save a life, or keep a fire from spreading out of control. What most people consider a sexy animation, can serve as an added stressor for the operator trying to shave off seconds in their work. In the past, we used WPF runtime for these customers, which allowed to set&amp;nbsp;Zoom and Pan duration. We&amp;nbsp;got a request to&amp;nbsp;reduce the default animation, and ended up at 150ms. This was still considered way to slow, and we ended up turning this off, and the customer was very pleased Whenever we upgrade them to the latest runtime,&amp;nbsp;this missing feature&amp;nbsp;is guaranteed to raise eyebrows and stress levels. I was just reminded of this&amp;nbsp;case today, where one customer is tweaking ArcGIS Server to reduce response times, so I thought I'd&amp;nbsp;provide the information. I don't know how many other API customers work in this field, but if there are, there are sure to be other interested parties besides me &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jan 2018 16:05:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-do-i-disable-zoom-pan-animation/m-p/139063#M1571</guid>
      <dc:creator>BjørnarSundsbø1</dc:creator>
      <dc:date>2018-01-25T16:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: How do I disable zoom/pan animation?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-do-i-disable-zoom-pan-animation/m-p/139064#M1572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/3050"&gt;Morten Nielsen&lt;/A&gt;‌ any news for&amp;nbsp;a schedule for this? I'm currently comparing an old application using&amp;nbsp;the first runtime for WPF with 100.3, and the&amp;nbsp;interaction with no animation is so much more responsive than what I experience in&amp;nbsp;later versions.&amp;nbsp;Also, see my&amp;nbsp;arguments above.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2018 10:22:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-do-i-disable-zoom-pan-animation/m-p/139064#M1572</guid>
      <dc:creator>BjørnarSundsbø1</dc:creator>
      <dc:date>2018-10-24T10:22:42Z</dc:date>
    </item>
    <item>
      <title>Re: How do I disable zoom/pan animation?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-do-i-disable-zoom-pan-animation/m-p/139065#M1573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I also notice that SceneView zoom animation is twice as slow as MapView. I would love to be able to control the duration of both views.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Oct 2018 20:32:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-do-i-disable-zoom-pan-animation/m-p/139065#M1573</guid>
      <dc:creator>BjørnarSundsbø1</dc:creator>
      <dc:date>2018-10-27T20:32:19Z</dc:date>
    </item>
  </channel>
</rss>

