[Libreoffice-bugs] [Bug 128550] [FILEOPEN PPTX] list item appear animation
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Sun Nov 3 13:29:45 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=128550
--- Comment #2 from Pablo <pablo.platt at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20191103/5358c5d2/attachment.html>
More information about the Libreoffice-bugs
mailing list