<?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 Animationの不具合 in SAS Japan Discussion</title>
    <link>https://communities.sas.com/t5/SAS-Japan-Discussion/Animation%E3%81%AE%E4%B8%8D%E5%85%B7%E5%90%88/m-p/577949#M189</link>
    <description>&lt;P&gt;いつも大変お世話になっております。&lt;BR /&gt;以下のような簡単なアニメーションを作りました。ただ単にタイトルが&lt;BR /&gt;「1枚目」→「2枚目」→「3枚目」と変化して行くだけのものです。&lt;BR /&gt;ところが出来上がったgifファイルを見ると、2枚目の画像が明らかに飛ばされて&lt;BR /&gt;3枚目に行ってしまいます。SAS OnDemandでも手元のPC-SAS(64bit版)でも同様の現象が生じます。&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;option nodate nonumber nocenter animation=start animduration=1.5 animloop=no printerpath=gif;
ods printer file="./タイトルの変化.gif";
%macro rotate(_n=);
title "&amp;amp;_n.枚目";;
proc sgplot data=sashelp.class;
  scatter x=age y=height;
run;
%mend rotate;
%rotate(_n=1);
%rotate(_n=2);
%rotate(_n=3);
ods printer close;
option animation=stop;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;32bit版のSASではこのようなことはなかったかと記憶しているのですが、&lt;BR /&gt;何が原因でしょうか。ご教示のほどよろしくお願いいたします。&lt;/P&gt;</description>
    <pubDate>Wed, 31 Jul 2019 05:25:10 GMT</pubDate>
    <dc:creator>sasone</dc:creator>
    <dc:date>2019-07-31T05:25:10Z</dc:date>
    <item>
      <title>Animationの不具合</title>
      <link>https://communities.sas.com/t5/SAS-Japan-Discussion/Animation%E3%81%AE%E4%B8%8D%E5%85%B7%E5%90%88/m-p/577949#M189</link>
      <description>&lt;P&gt;いつも大変お世話になっております。&lt;BR /&gt;以下のような簡単なアニメーションを作りました。ただ単にタイトルが&lt;BR /&gt;「1枚目」→「2枚目」→「3枚目」と変化して行くだけのものです。&lt;BR /&gt;ところが出来上がったgifファイルを見ると、2枚目の画像が明らかに飛ばされて&lt;BR /&gt;3枚目に行ってしまいます。SAS OnDemandでも手元のPC-SAS(64bit版)でも同様の現象が生じます。&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;option nodate nonumber nocenter animation=start animduration=1.5 animloop=no printerpath=gif;
ods printer file="./タイトルの変化.gif";
%macro rotate(_n=);
title "&amp;amp;_n.枚目";;
proc sgplot data=sashelp.class;
  scatter x=age y=height;
run;
%mend rotate;
%rotate(_n=1);
%rotate(_n=2);
%rotate(_n=3);
ods printer close;
option animation=stop;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;32bit版のSASではこのようなことはなかったかと記憶しているのですが、&lt;BR /&gt;何が原因でしょうか。ご教示のほどよろしくお願いいたします。&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2019 05:25:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Japan-Discussion/Animation%E3%81%AE%E4%B8%8D%E5%85%B7%E5%90%88/m-p/577949#M189</guid>
      <dc:creator>sasone</dc:creator>
      <dc:date>2019-07-31T05:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: Animationの不具合</title>
      <link>https://communities.sas.com/t5/SAS-Japan-Discussion/Animation%E3%81%AE%E4%B8%8D%E5%85%B7%E5%90%88/m-p/577955#M190</link>
      <description>&lt;P&gt;手元の環境で確認してみましたが、Windowsフォトだと一瞬で切り替わっていました。一方でIEやFireFox、ChromeだとANIMDURATIONが有効になっているように見えます。ループを有効にし作成するとWindowsフォトでも二周目以降は適切に表示されていました。&lt;/P&gt;
&lt;P&gt;そのため、何で確認されているかにもよりますが、ビューア側の問題なのかなと考えています。&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2019 06:29:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Japan-Discussion/Animation%E3%81%AE%E4%B8%8D%E5%85%B7%E5%90%88/m-p/577955#M190</guid>
      <dc:creator>yu_sas</dc:creator>
      <dc:date>2019-07-31T06:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: Animationの不具合</title>
      <link>https://communities.sas.com/t5/SAS-Japan-Discussion/Animation%E3%81%AE%E4%B8%8D%E5%85%B7%E5%90%88/m-p/577961#M191</link>
      <description>&lt;P&gt;yu_sasさま&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;確かに&lt;SPAN style="display: inline !important; float: none; background-color: #ffffff; color: #333333; font-family: 'HelevticaNeue-light','Helvetica Neue',Helvetica,Arial,sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 150%; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;Windowsフォト&lt;/SPAN&gt;ですと不具合が生じましたが、&lt;SPAN style="display: inline !important; float: none; background-color: #ffffff; color: #333333; font-family: 'HelevticaNeue-light','Helvetica Neue',Helvetica,Arial,sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 150%; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;IE&lt;/SPAN&gt;などで確認しましたところ&lt;/P&gt;&lt;P&gt;問題ございませんでした。&lt;/P&gt;&lt;P&gt;早速に有難うございました。&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2019 06:44:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Japan-Discussion/Animation%E3%81%AE%E4%B8%8D%E5%85%B7%E5%90%88/m-p/577961#M191</guid>
      <dc:creator>sasone</dc:creator>
      <dc:date>2019-07-31T06:44:33Z</dc:date>
    </item>
  </channel>
</rss>

