<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - [FILEOPEN PPTX] list item appear animation"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=128550#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - [FILEOPEN PPTX] list item appear animation"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=128550">bug 128550</a>
              from <span class="vcard"><a class="email" href="mailto:pablo.platt@gmail.com" title="Pablo <pablo.platt@gmail.com>"> <span class="fn">Pablo</span></a>
</span></b>
        <pre>Making the following change to the first animation make each item show with a
separate click like in PowerPoint instead of all at once.
The original file works in PowerPoint so it shouldn't be required.

ppt/slides/slide2.xml
---<p:tgtEl>
---  <p:spTgt spid="123">
---    <p:bg/>
---  </p:spTgt>
---</p:tgtEl>

+++<p:tgtEl>
+++  <p:spTgt spid="123">
+++    <p:txEl>
+++      <p:pRg st="0" end="0"/>
+++    </p:txEl>
+++  </p:spTgt>
+++</p:tgtEl></pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>