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

--- Comment #2 from Aron Budea <[email protected]> ---
For checkerboard slide transition the basic transition speeds are:
fast/med/slow = 0.5s/0.75s/1s.
It seems to be different for different transitions.

If the speed fits a predefined option, it's saved like this:

<p:transition spd="fast">
  <p:checker dir="vert"/>
</p:transition>


If the speed is different, it's saved like this:

<mc:AlternateContent
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006";>
<mc:Choice xmlns:p14="http://schemas.microsoft.com/office/powerpoint/2010/main";
Requires="p14">
  <p:transition spd="slow" p14:dur="1050">
        <p:checker dir="vert"/>
  </p:transition>
</mc:Choice>
<mc:Fallback>
  <p:transition spd="slow">
        <p:checker dir="vert"/>
  </p:transition>
</mc:Fallback>
</mc:AlternateContent>

It's fairly easy to get a list of predefined values for each of the
transitions, just have to have a transition with each of the predefined
durations, and switching between transitions will show the exact value in the
Duration field.

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

Reply via email to