diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.com> | 2015-11-13 10:10:17 +0100 |
---|---|---|
committer | Tomaž Vajngerl <tomaz.vajngerl@collabora.com> | 2015-11-13 10:15:08 +0100 |
commit | f6ef7e33b034d4ee5fb85ae4b72d8d255fbed2b6 (patch) | |
tree | 7b380ff59088c930d26432f015991975db1819b9 /sd/xml | |
parent | 1c482cb54b4dab4c5b549ecd2395104f042e4101 (diff) |
slideshow: add "glitter" slide transition
Change-Id: Ie89b64c4399cd0092eee579660c9fe85f8ca8e73
Diffstat (limited to 'sd/xml')
-rw-r--r-- | sd/xml/transitions-ogl.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sd/xml/transitions-ogl.xml b/sd/xml/transitions-ogl.xml index d5411334117a..d149c21b9abb 100644 --- a/sd/xml/transitions-ogl.xml +++ b/sd/xml/transitions-ogl.xml @@ -65,6 +65,9 @@ <anim:par pres:preset-id="ripple"> <anim:transitionFilter smil:type="miscShapeWipe" smil:subtype="horizontal"/> </anim:par> + <anim:par pres:preset-id="glitter"> + <anim:transitionFilter smil:type="miscShapeWipe" smil:subtype="diamond"/> + </anim:par> <anim:par pres:preset-id="zoom-rotate-in"> <anim:transitionFilter smil:type="zoom" smil:subtype="rotateIn"/> </anim:par> |