sd/xml/effects.xml |   24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

New commits:
commit aa0b23a89dfd12dcd0de8f0ba6d302707a6b628c
Author:     Katarina Behrens <bu...@bubli.org>
AuthorDate: Sat Apr 17 14:10:56 2021 +0200
Commit:     Xisco Fauli <xiscofa...@libreoffice.org>
CommitDate: Tue Apr 20 17:17:55 2021 +0200

    tdf#48551: change preset subtype of Fly Out and Crawl Out exit animations
    
    so that they match the behaviour (it is fly out 'to left', 'to right'
    etc. instead of 'from left', 'from right')
    
    This change only affects animation direction choices in GUI (sidebar)
    and doesn't modify the animation itself in any way
    
    Change-Id: Id5dd8013f388243c1c862177cfa7c6f106b9d09c
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114226
    Tested-by: Jenkins
    Reviewed-by: Katarina Behrens <bu...@bubli.org>
    (cherry picked from commit 398c13f84b1977acf2c63f2159cf0255b3494bdc)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114190
    Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org>

diff --git a/sd/xml/effects.xml b/sd/xml/effects.xml
index 08a874d6a8c9..973cac85b65f 100644
--- a/sd/xml/effects.xml
+++ b/sd/xml/effects.xml
@@ -1406,7 +1406,7 @@
     </anim:par>
     <anim:par smil:begin="indefinite" smil:fill="hold">
     <anim:par smil:begin="0" smil:fill="hold">
-    <anim:par pres:preset-property="Direction" smil:begin="0" smil:fill="hold" 
pres:node-type="on-click" pres:preset-class="exit" 
pres:preset-id="ooo-exit-crawl-out" pres:preset-sub-type="from-bottom">
+    <anim:par pres:preset-property="Direction" smil:begin="0" smil:fill="hold" 
pres:node-type="on-click" pres:preset-class="exit" 
pres:preset-id="ooo-exit-crawl-out" pres:preset-sub-type="to-bottom">
         <anim:animate smil:dur="5" smil:attributeName="x" smil:values="x;x" 
smil:keyTimes="0;1"/>
         <anim:animate smil:dur="5" smil:attributeName="y" 
smil:values="y;1+height/2" smil:keyTimes="0;1"/>
         <anim:set smil:begin="4.999" smil:dur="0.001" smil:fill="hold" 
smil:attributeName="visibility" smil:to="hidden"/>
@@ -1415,7 +1415,7 @@
     </anim:par>
     <anim:par smil:begin="indefinite" smil:fill="hold">
     <anim:par smil:begin="0" smil:fill="hold">
-    <anim:par pres:preset-property="Direction" smil:begin="0" smil:fill="hold" 
pres:node-type="on-click" pres:preset-class="exit" 
pres:preset-id="ooo-exit-crawl-out" pres:preset-sub-type="from-left">
+    <anim:par pres:preset-property="Direction" smil:begin="0" smil:fill="hold" 
pres:node-type="on-click" pres:preset-class="exit" 
pres:preset-id="ooo-exit-crawl-out" pres:preset-sub-type="to-left">
         <anim:animate smil:dur="5" smil:attributeName="x" 
smil:values="x;0-width/2" smil:keyTimes="0;1"/>
         <anim:animate smil:dur="5" smil:attributeName="y" smil:values="y;y" 
smil:keyTimes="0;1"/>
         <anim:set smil:begin="4.999" smil:dur="0.001" smil:fill="hold" 
smil:attributeName="visibility" smil:to="hidden"/>
@@ -1424,7 +1424,7 @@
     </anim:par>
     <anim:par smil:begin="indefinite" smil:fill="hold">
     <anim:par smil:begin="0" smil:fill="hold">
-    <anim:par pres:preset-property="Direction" smil:begin="0" smil:fill="hold" 
pres:node-type="on-click" pres:preset-class="exit" 
pres:preset-id="ooo-exit-crawl-out" pres:preset-sub-type="from-right">
+    <anim:par pres:preset-property="Direction" smil:begin="0" smil:fill="hold" 
pres:node-type="on-click" pres:preset-class="exit" 
pres:preset-id="ooo-exit-crawl-out" pres:preset-sub-type="to-right">
         <anim:animate smil:dur="5" smil:attributeName="x" 
smil:values="x;1+width/2" smil:keyTimes="0;1"/>
         <anim:animate smil:dur="5" smil:attributeName="y" smil:values="y;y" 
smil:keyTimes="0;1"/>
         <anim:set smil:begin="4.999" smil:dur="0.001" smil:fill="hold" 
smil:attributeName="visibility" smil:to="hidden"/>
@@ -1433,7 +1433,7 @@
     </anim:par>
     <anim:par smil:begin="indefinite" smil:fill="hold">
     <anim:par smil:begin="0" smil:fill="hold">
-    <anim:par pres:preset-property="Direction" smil:begin="0" smil:fill="hold" 
pres:node-type="on-click" pres:preset-class="exit" 
pres:preset-id="ooo-exit-crawl-out" pres:preset-sub-type="from-top">
+    <anim:par pres:preset-property="Direction" smil:begin="0" smil:fill="hold" 
pres:node-type="on-click" pres:preset-class="exit" 
pres:preset-id="ooo-exit-crawl-out" pres:preset-sub-type="to-top">
         <anim:animate smil:dur="5" smil:attributeName="x" smil:values="x;x" 
smil:keyTimes="0;1"/>
         <anim:animate smil:dur="5" smil:attributeName="y" 
smil:values="y;0-height/2" smil:keyTimes="0;1"/>
         <anim:set smil:begin="4.999" smil:dur="0.001" smil:fill="hold" 
smil:attributeName="visibility" smil:to="hidden"/>
@@ -1481,7 +1481,7 @@
     </anim:par>
     <anim:par smil:begin="indefinite" smil:fill="hold">
     <anim:par smil:begin="0" smil:fill="hold">
-    <anim:par pres:preset-property="Direction;Accelerate;Decelerate" 
smil:begin="0" smil:fill="hold" pres:node-type="on-click" 
pres:preset-class="exit" pres:preset-id="ooo-exit-fly-out" 
pres:preset-sub-type="from-bottom">
+    <anim:par pres:preset-property="Direction;Accelerate;Decelerate" 
smil:begin="0" smil:fill="hold" pres:node-type="on-click" 
pres:preset-class="exit" pres:preset-id="ooo-exit-fly-out" 
pres:preset-sub-type="to-bottom">
         <anim:animate smil:dur="0.5" smil:attributeName="x" smil:values="x;x" 
smil:keyTimes="0;1"/>
         <anim:animate smil:dur="0.5" smil:attributeName="y" 
smil:values="y;1+height/2" smil:keyTimes="0;1"/>
         <anim:set smil:begin="0.499" smil:dur="0.001" smil:fill="hold" 
smil:attributeName="visibility" smil:to="hidden"/>
@@ -1490,7 +1490,7 @@
     </anim:par>
     <anim:par smil:begin="indefinite" smil:fill="hold">
     <anim:par smil:begin="0" smil:fill="hold">
-    <anim:par pres:preset-property="Direction;Accelerate;Decelerate" 
smil:begin="0" smil:fill="hold" pres:node-type="on-click" 
pres:preset-class="exit" pres:preset-id="ooo-exit-fly-out" 
pres:preset-sub-type="from-left">
+    <anim:par pres:preset-property="Direction;Accelerate;Decelerate" 
smil:begin="0" smil:fill="hold" pres:node-type="on-click" 
pres:preset-class="exit" pres:preset-id="ooo-exit-fly-out" 
pres:preset-sub-type="to-left">
         <anim:animate smil:dur="0.5" smil:attributeName="x" 
smil:values="x;0-width/2" smil:keyTimes="0;1"/>
         <anim:animate smil:dur="0.5" smil:attributeName="y" smil:values="y;y" 
smil:keyTimes="0;1"/>
         <anim:set smil:begin="0.499" smil:dur="0.001" smil:fill="hold" 
smil:attributeName="visibility" smil:to="hidden"/>
@@ -1499,7 +1499,7 @@
     </anim:par>
     <anim:par smil:begin="indefinite" smil:fill="hold">
     <anim:par smil:begin="0" smil:fill="hold">
-    <anim:par pres:preset-property="Direction;Accelerate;Decelerate" 
smil:begin="0" smil:fill="hold" pres:node-type="on-click" 
pres:preset-class="exit" pres:preset-id="ooo-exit-fly-out" 
pres:preset-sub-type="from-right">
+    <anim:par pres:preset-property="Direction;Accelerate;Decelerate" 
smil:begin="0" smil:fill="hold" pres:node-type="on-click" 
pres:preset-class="exit" pres:preset-id="ooo-exit-fly-out" 
pres:preset-sub-type="to-right">
         <anim:animate smil:dur="0.5" smil:attributeName="x" 
smil:values="x;1+width/2" smil:keyTimes="0;1"/>
         <anim:animate smil:dur="0.5" smil:attributeName="y" smil:values="y;y" 
smil:keyTimes="0;1"/>
         <anim:set smil:begin="0.499" smil:dur="0.001" smil:fill="hold" 
smil:attributeName="visibility" smil:to="hidden"/>
@@ -1508,7 +1508,7 @@
     </anim:par>
     <anim:par smil:begin="indefinite" smil:fill="hold">
     <anim:par smil:begin="0" smil:fill="hold">
-    <anim:par pres:preset-property="Direction;Accelerate;Decelerate" 
smil:begin="0" smil:fill="hold" pres:node-type="on-click" 
pres:preset-class="exit" pres:preset-id="ooo-exit-fly-out" 
pres:preset-sub-type="from-top">
+    <anim:par pres:preset-property="Direction;Accelerate;Decelerate" 
smil:begin="0" smil:fill="hold" pres:node-type="on-click" 
pres:preset-class="exit" pres:preset-id="ooo-exit-fly-out" 
pres:preset-sub-type="to-top">
         <anim:animate smil:dur="0.5" smil:attributeName="x" smil:values="x;x" 
smil:keyTimes="0;1"/>
         <anim:animate smil:dur="0.5" smil:attributeName="y" 
smil:values="y;0-height/2" smil:keyTimes="0;1"/>
         <anim:set smil:begin="0.499" smil:dur="0.001" smil:fill="hold" 
smil:attributeName="visibility" smil:to="hidden"/>
@@ -1517,7 +1517,7 @@
     </anim:par>
     <anim:par smil:begin="indefinite" smil:fill="hold">
     <anim:par smil:begin="0" smil:fill="hold">
-    <anim:par pres:preset-property="Direction;Accelerate;Decelerate" 
smil:begin="0" smil:fill="hold" pres:node-type="on-click" 
pres:preset-class="exit" pres:preset-id="ooo-exit-fly-out" 
pres:preset-sub-type="from-bottom-left">
+    <anim:par pres:preset-property="Direction;Accelerate;Decelerate" 
smil:begin="0" smil:fill="hold" pres:node-type="on-click" 
pres:preset-class="exit" pres:preset-id="ooo-exit-fly-out" 
pres:preset-sub-type="to-bottom-left">
         <anim:animate smil:dur="0.5" smil:attributeName="x" 
smil:values="x;0-width/2" smil:keyTimes="0;1"/>
         <anim:animate smil:dur="0.5" smil:attributeName="y" 
smil:values="y;1+height/2" smil:keyTimes="0;1"/>
         <anim:set smil:begin="0.499" smil:dur="0.001" smil:fill="hold" 
smil:attributeName="visibility" smil:to="hidden"/>
@@ -1526,7 +1526,7 @@
     </anim:par>
     <anim:par smil:begin="indefinite" smil:fill="hold">
     <anim:par smil:begin="0" smil:fill="hold">
-    <anim:par pres:preset-property="Direction;Accelerate;Decelerate" 
smil:begin="0" smil:fill="hold" pres:node-type="on-click" 
pres:preset-class="exit" pres:preset-id="ooo-exit-fly-out" 
pres:preset-sub-type="from-bottom-right">
+    <anim:par pres:preset-property="Direction;Accelerate;Decelerate" 
smil:begin="0" smil:fill="hold" pres:node-type="on-click" 
pres:preset-class="exit" pres:preset-id="ooo-exit-fly-out" 
pres:preset-sub-type="to-bottom-right">
         <anim:animate smil:dur="0.5" smil:attributeName="x" 
smil:values="x;1+width/2" smil:keyTimes="0;1"/>
         <anim:animate smil:dur="0.5" smil:attributeName="y" 
smil:values="y;1+height/2" smil:keyTimes="0;1"/>
         <anim:set smil:begin="0.499" smil:dur="0.001" smil:fill="hold" 
smil:attributeName="visibility" smil:to="hidden"/>
@@ -1535,7 +1535,7 @@
     </anim:par>
     <anim:par smil:begin="indefinite" smil:fill="hold">
     <anim:par smil:begin="0" smil:fill="hold">
-    <anim:par pres:preset-property="Direction;Accelerate;Decelerate" 
smil:begin="0" smil:fill="hold" pres:node-type="on-click" 
pres:preset-class="exit" pres:preset-id="ooo-exit-fly-out" 
pres:preset-sub-type="from-top-left">
+    <anim:par pres:preset-property="Direction;Accelerate;Decelerate" 
smil:begin="0" smil:fill="hold" pres:node-type="on-click" 
pres:preset-class="exit" pres:preset-id="ooo-exit-fly-out" 
pres:preset-sub-type="to-top-left">
         <anim:animate smil:dur="0.5" smil:attributeName="x" 
smil:values="x;0-width/2" smil:keyTimes="0;1"/>
         <anim:animate smil:dur="0.5" smil:attributeName="y" 
smil:values="y;0-height/2" smil:keyTimes="0;1"/>
         <anim:set smil:begin="0.499" smil:dur="0.001" smil:fill="hold" 
smil:attributeName="visibility" smil:to="hidden"/>
@@ -1544,7 +1544,7 @@
     </anim:par>
     <anim:par smil:begin="indefinite" smil:fill="hold">
     <anim:par smil:begin="0" smil:fill="hold">
-    <anim:par pres:preset-property="Direction;Accelerate;Decelerate" 
smil:begin="0" smil:fill="hold" pres:node-type="on-click" 
pres:preset-class="exit" pres:preset-id="ooo-exit-fly-out" 
pres:preset-sub-type="from-top-right">
+    <anim:par pres:preset-property="Direction;Accelerate;Decelerate" 
smil:begin="0" smil:fill="hold" pres:node-type="on-click" 
pres:preset-class="exit" pres:preset-id="ooo-exit-fly-out" 
pres:preset-sub-type="to-top-right">
         <anim:animate smil:dur="0.5" smil:attributeName="x" 
smil:values="x;1+width/2" smil:keyTimes="0;1"/>
         <anim:animate smil:dur="0.5" smil:attributeName="y" 
smil:values="y;0-height/2" smil:keyTimes="0;1"/>
         <anim:set smil:begin="0.499" smil:dur="0.001" smil:fill="hold" 
smil:attributeName="visibility" smil:to="hidden"/>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to