https://bugs.documentfoundation.org/show_bug.cgi?id=128550

--- Comment #2 from Pablo <pablo.pl...@gmail.com> ---
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>

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to