officecfg/registry/data/org/openoffice/Office/UI/Effects.xcu |    7 ++++++-
 sd/xml/effects.xml                                           |    9 +++++++++
 2 files changed, 15 insertions(+), 1 deletion(-)

New commits:
commit 6915d69a125417a62e4b795c7c97faac6088f94e
Author:     Sarper Akdemir <q.sarperakde...@gmail.com>
AuthorDate: Sun Aug 30 13:33:02 2020 +0300
Commit:     Thorsten Behrens <thorsten.behr...@cib.de>
CommitDate: Mon Aug 31 12:30:12 2020 +0200

    add physics based exit animation effect preset Fall and fade out
    
    Adding a new animation effect preset in the Exciting sub category
    of Exit category called Fall and fade out, which makes the shape
    fall with a bounciness of 0.6 and fade out.
    
    Change-Id: Id9fe29f98f276cdb9748f0eb787e03f68314097a
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101660
    Tested-by: Jenkins
    Reviewed-by: Thorsten Behrens <thorsten.behr...@cib.de>

diff --git a/officecfg/registry/data/org/openoffice/Office/UI/Effects.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/Effects.xcu
index 3db77ded7575..14dbe16ae5bd 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/Effects.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/Effects.xcu
@@ -1035,6 +1035,11 @@
           <value xml:lang="en-US">Vertical Figure 8</value>
         </prop>
       </node>
+      <node oor:name="libo-physics-fall-fade-out" oor:op="replace">
+        <prop oor:name="Label" oor:type="xs:string">
+          <value xml:lang="en-US">Fall and fade out</value>
+        </prop>
+      </node>
       <node oor:name="libo-physics-fall" oor:op="replace">
         <prop oor:name="Label" oor:type="xs:string">
           <value xml:lang="en-US">Fall simulated</value>
@@ -2549,7 +2554,7 @@
           <value xml:lang="en-US">Exciting</value>
         </prop>
         <prop oor:name="Effects" oor:type="oor:string-list">
-          <value 
oor:separator=";">ooo-exit-swivel;ooo-exit-boomerang;ooo-exit-bounce;ooo-exit-movie-credits;ooo-exit-float;ooo-exit-breaks;ooo-exit-pinwheel;ooo-exit-swish;ooo-exit-thread;ooo-exit-whip;ooo-exit-sling;ooo-exit-magnify;ooo-exit-curve-down;ooo-exit-glide;ooo-exit-flip;ooo-exit-fold</value>
+          <value 
oor:separator=";">ooo-exit-swivel;ooo-exit-boomerang;ooo-exit-bounce;ooo-exit-movie-credits;ooo-exit-float;ooo-exit-breaks;ooo-exit-pinwheel;ooo-exit-swish;ooo-exit-thread;ooo-exit-whip;ooo-exit-sling;ooo-exit-magnify;ooo-exit-curve-down;ooo-exit-glide;ooo-exit-flip;ooo-exit-fold;libo-physics-fall-fade-out</value>
         </prop>
       </node>
     </node>
diff --git a/sd/xml/effects.xml b/sd/xml/effects.xml
index d910aa51c5a4..2846caaa9450 100644
--- a/sd/xml/effects.xml
+++ b/sd/xml/effects.xml
@@ -2639,6 +2639,15 @@
             </anim:par>
         </anim:par>
     </anim:par>
+    <anim:par smil:begin="indefinite" smil:fill="hold">
+        <anim:par smil:begin="0" smil:fill="hold">
+            <anim:par smil:begin="0" smil:fill="hold" 
pres:node-type="on-click" pres:preset-class="exit" 
pres:preset-id="libo-physics-fall-fade-out">
+                <anim:animatePhysics smil:dur="4" anim:bounciness="0.6" 
smil:fill="hold"/>
+                <anim:transitionFilter smil:begin="2" smil:dur="2" 
smil:type="fade" smil:subtype="crossfade" smil:mode="out"/>
+                <anim:set smil:begin="3.999" smil:dur="0.001" smil:fill="hold" 
smil:attributeName="visibility" smil:to="hidden"/>
+            </anim:par>
+        </anim:par>
+    </anim:par>
     <anim:par smil:begin="indefinite" smil:fill="hold">
         <anim:par smil:begin="0" smil:fill="hold">
             <anim:par smil:begin="0" smil:fill="hold" 
pres:node-type="on-click" pres:preset-class="emphasis" 
pres:preset-id="libo-physics-fall">
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to