diff options
author | Sarper Akdemir <q.sarperakdemir@gmail.com> | 2020-08-30 13:33:02 +0300 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2020-08-31 12:30:12 +0200 |
commit | 6915d69a125417a62e4b795c7c97faac6088f94e (patch) | |
tree | ee5b0ba5cd4b12933b7be51197d6de0c2b1e50e4 /sd/xml | |
parent | bf0afdbe80933341debfe650c1969ad93ac98833 (diff) |
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.Behrens@CIB.de>
Diffstat (limited to 'sd/xml')
-rw-r--r-- | sd/xml/effects.xml | 9 |
1 files changed, 9 insertions, 0 deletions
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 @@ -2641,6 +2641,15 @@ </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"> <anim:animatePhysics smil:dur="4" smil:fill="hold"/> </anim:par> |