diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-10-26 17:05:38 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-10-27 14:39:48 +0200 |
commit | 30cdd16cbfaaa34fd0da010bf4de18f9d649d22e (patch) | |
tree | 59ced89373a03d755050b5ae3d91f3d447428cce /sd/xml | |
parent | f8d0dc09e15b36ae83a5e89280d1f7fbc01da48b (diff) |
Initial work on a "Vortex" transition
The actual transition is not yet at all like the one in the competing
product. But some basic ideas are in place.
Change-Id: Ie17a4fe03ae93abe51a2f1f760f417ee4b193e2c
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 09c130754f6f..26de5693d2e2 100644 --- a/sd/xml/transitions-ogl.xml +++ b/sd/xml/transitions-ogl.xml @@ -59,6 +59,9 @@ <anim:par pres:preset-id="finedissolve"> <anim:transitionFilter smil:type="miscShapeWipe" smil:subtype="bottomCenter"/> </anim:par> + <anim:par pres:preset-id="vortex"> + <anim:transitionFilter smil:type="miscShapeWipe" smil:subtype="vertical"/> + </anim:par> <anim:par pres:preset-id="zoom-rotate-in"> <anim:transitionFilter smil:type="zoom" smil:subtype="rotateIn"/> </anim:par> |