<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, FPS of animations</title>
    <link>http://www.mapleprimes.com/questions/102412-FPS-Of-Animations</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Wed, 10 Jun 2026 21:25:16 GMT</lastBuildDate>
    <pubDate>Wed, 10 Jun 2026 21:25:16 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, FPS of animations</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, FPS of animations</title>
      <link>http://www.mapleprimes.com/questions/102412-FPS-Of-Animations</link>
    </image>
    <item>
      <title>frames</title>
      <link>http://www.mapleprimes.com/questions/102412-FPS-Of-Animations?ref=Feed:MaplePrimes:FPS of animations:Comments#answer102427</link>
      <itunes:summary>&lt;p&gt;See &lt;a href='http://www.maplesoft.com/support/help/search.aspx?term=plots/animate' target='_new'&gt;?plots/animate&lt;/a&gt; for more details.&amp;nbsp; Change frames= to a high value, and this will slow down the animation.&lt;/p&gt;
&lt;!--break--&gt;
&lt;p&gt;For example:&lt;/p&gt;
&lt;p&gt;animate(plot,[A*x^2,x=-4..4],A=-3..3,frames=100);&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Georgios Kokovidis&lt;/p&gt;
&lt;p&gt;Dr&amp;auml;ger Medical&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;See &lt;a href='http://www.maplesoft.com/support/help/search.aspx?term=plots/animate' target='_new'&gt;?plots/animate&lt;/a&gt; for more details.&amp;nbsp; Change frames= to a high value, and this will slow down the animation.&lt;/p&gt;
&lt;!--break--&gt;
&lt;p&gt;For example:&lt;/p&gt;
&lt;p&gt;animate(plot,[A*x^2,x=-4..4],A=-3..3,frames=100);&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Georgios Kokovidis&lt;/p&gt;
&lt;p&gt;Dr&amp;auml;ger Medical&lt;/p&gt;</description>
      <guid>102427</guid>
      <pubDate>Fri, 11 Mar 2011 01:54:52 Z</pubDate>
      <itunes:author>gkokovidis</itunes:author>
      <author>gkokovidis</author>
    </item>
    <item>
      <title>Framerate, number of frames and time ...</title>
      <link>http://www.mapleprimes.com/questions/102412-FPS-Of-Animations?ref=Feed:MaplePrimes:FPS of animations:Comments#answer102432</link>
      <itunes:summary>&lt;p&gt;It is not entirely the same to add more frames. Adding more frames will make the movements more smooth, but it will also mean calculations lasting longer and result in a bigger file if you save it. I have actually been looking for the same feature as ricky, but can't find it ...&lt;/p&gt;
&lt;p&gt;When I save the file, I actually remove the Maple output, since it will reduce the filesize considerable. If you keep the Maple output when saving, all frames will be saved along with the code.&amp;nbsp;It is not&amp;nbsp;a perfect solution, because&amp;nbsp;when&amp;nbsp;I open the file again and reexecute the code, I get a default&amp;nbsp;plot area, which is&amp;nbsp;squared. Often I need to resize it manually. Especially if those files are meant for other users, one need to explain what to do. I have been looking for a way to resize those plot areas automatically,&amp;nbsp;but haven't&amp;nbsp;found a way to do it.&lt;/p&gt;
&lt;p&gt;It is a pity that those features are missing in Maple: An option to specify framerate and a way to specify the size of the plot&amp;nbsp;area. Or maybe I have overlooked something, and there is a solution?&lt;/p&gt;
&lt;p&gt;Erik&amp;nbsp;&amp;nbsp;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;It is not entirely the same to add more frames. Adding more frames will make the movements more smooth, but it will also mean calculations lasting longer and result in a bigger file if you save it. I have actually been looking for the same feature as ricky, but can't find it ...&lt;/p&gt;
&lt;p&gt;When I save the file, I actually remove the Maple output, since it will reduce the filesize considerable. If you keep the Maple output when saving, all frames will be saved along with the code.&amp;nbsp;It is not&amp;nbsp;a perfect solution, because&amp;nbsp;when&amp;nbsp;I open the file again and reexecute the code, I get a default&amp;nbsp;plot area, which is&amp;nbsp;squared. Often I need to resize it manually. Especially if those files are meant for other users, one need to explain what to do. I have been looking for a way to resize those plot areas automatically,&amp;nbsp;but haven't&amp;nbsp;found a way to do it.&lt;/p&gt;
&lt;p&gt;It is a pity that those features are missing in Maple: An option to specify framerate and a way to specify the size of the plot&amp;nbsp;area. Or maybe I have overlooked something, and there is a solution?&lt;/p&gt;
&lt;p&gt;Erik&amp;nbsp;&amp;nbsp;&lt;/p&gt;</description>
      <guid>102432</guid>
      <pubDate>Fri, 11 Mar 2011 03:58:01 Z</pubDate>
      <itunes:author>erik10</itunes:author>
      <author>erik10</author>
    </item>
    <item>
      <title>Plot component</title>
      <link>http://www.mapleprimes.com/questions/102412-FPS-Of-Animations?ref=Feed:MaplePrimes:FPS of animations:Comments#answer102442</link>
      <itunes:summary>&lt;p&gt;If you use a Plot component you can specify the delay between frames in milliseconds (in the case of an animation) and the height and width (in pixels).&amp;nbsp; See the help page &lt;a href='http://www.maplesoft.com/support/help/search.aspx?term=PlotComponent' target='_new'&gt;?PlotComponent&lt;/a&gt;.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;If you use a Plot component you can specify the delay between frames in milliseconds (in the case of an animation) and the height and width (in pixels).&amp;nbsp; See the help page &lt;a href='http://www.maplesoft.com/support/help/search.aspx?term=PlotComponent' target='_new'&gt;?PlotComponent&lt;/a&gt;.&lt;/p&gt;</description>
      <guid>102442</guid>
      <pubDate>Fri, 11 Mar 2011 11:51:58 Z</pubDate>
      <itunes:author>Robert Israel</itunes:author>
      <author>Robert Israel</author>
    </item>
    <item>
      <title>Components</title>
      <link>http://www.mapleprimes.com/questions/102412-FPS-Of-Animations?ref=Feed:MaplePrimes:FPS of animations:Comments#answer102444</link>
      <itunes:summary>&lt;p&gt;Ok, maybe I should turn my attention toward components. Look like they are more advanced. Thanks!&lt;/p&gt;
&lt;p&gt;Erik&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Ok, maybe I should turn my attention toward components. Look like they are more advanced. Thanks!&lt;/p&gt;
&lt;p&gt;Erik&lt;/p&gt;</description>
      <guid>102444</guid>
      <pubDate>Fri, 11 Mar 2011 15:52:24 Z</pubDate>
      <itunes:author>erik10</itunes:author>
      <author>erik10</author>
    </item>
  </channel>
</rss>