<?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: How to create Animation based off Range in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-create-animation-based-off-range/m-p/515785#M22680</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Kory, the "Range slider steps" is what I was looking for! Much appreciated.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Sep 2019 13:46:56 GMT</pubDate>
    <dc:creator>AdamBourque</dc:creator>
    <dc:date>2019-09-16T13:46:56Z</dc:date>
    <item>
      <title>How to create Animation based off Range</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-create-animation-based-off-range/m-p/515781#M22676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All I want to do is have all my features appear on a map consecutively (which I have already done using a consecutive python script) in an animation. When I click the play button on the "Range Slider" it executes how I would like it to. However, it is only on one Keyframe and so when I go to export the movie it is simply just a still image of my map.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there an easy way to export the video based off of when I click the play button for the Range Slider? A record button of some sort? Or do I have to make a bunch of keyframes based off every step interval? (That would be very time consuming)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Sep 2019 16:21:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-create-animation-based-off-range/m-p/515781#M22676</guid>
      <dc:creator>AdamBourque</dc:creator>
      <dc:date>2019-09-10T16:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Animation based off Range</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-create-animation-based-off-range/m-p/515782#M22677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you looked through&amp;nbsp;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/help/mapping/animation/animate-through-a-range.htm" title="https://pro.arcgis.com/en/pro-app/help/mapping/animation/animate-through-a-range.htm"&gt;Animate through a range—Animation | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Sep 2019 20:52:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-create-animation-based-off-range/m-p/515782#M22677</guid>
      <dc:creator>KoryKramer</dc:creator>
      <dc:date>2019-09-10T20:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Animation based off Range</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-create-animation-based-off-range/m-p/515783#M22678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I have my range values created and set, and when I play on the range slide it works well enough. I just want to know how I record this animation without additional program with a on-screen recorder. I only have one keyframe, is it possible to play the range and record it?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Sep 2019 19:40:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-create-animation-based-off-range/m-p/515783#M22678</guid>
      <dc:creator>AdamBourque</dc:creator>
      <dc:date>2019-09-12T19:40:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Animation based off Range</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-create-animation-based-off-range/m-p/515784#M22679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That documentation offers two different ways to create the animation:&amp;nbsp;&lt;/P&gt;&lt;P style="color: #4c4c4c; background-color: #ffffff; margin-bottom: 1.55rem;"&gt;The following are the two ways to animate the map's range between keyframes:&lt;/P&gt;&lt;UL style="color: #4c4c4c; background-color: #ffffff; font-size: 0.9375rem; margin-left: 0.775rem; margin-bottom: 1.55rem;"&gt;&lt;LI style="margin: 0.3875rem 0px 0.3875rem 1.5rem;"&gt;Using a smooth, linear progression. This is the default method.&lt;/LI&gt;&lt;LI style="margin: 0.3875rem 0px 0.3875rem 1.5rem;"&gt;Using a stepped progression.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;The first uses interpolation so you wouldn't have a lot of keyframes.&amp;nbsp; In the second, you could import range slider steps.&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/459480_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Either way, I think you should just be able to export the animation to "record" it.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/help/mapping/animation/export-an-animation.htm" title="https://pro.arcgis.com/en/pro-app/help/mapping/animation/export-an-animation.htm"&gt;Export an animation—Animation | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2019 18:38:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-create-animation-based-off-range/m-p/515784#M22679</guid>
      <dc:creator>KoryKramer</dc:creator>
      <dc:date>2019-09-13T18:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Animation based off Range</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-create-animation-based-off-range/m-p/515785#M22680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Kory, the "Range slider steps" is what I was looking for! Much appreciated.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Sep 2019 13:46:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-create-animation-based-off-range/m-p/515785#M22680</guid>
      <dc:creator>AdamBourque</dc:creator>
      <dc:date>2019-09-16T13:46:56Z</dc:date>
    </item>
  </channel>
</rss>

