diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2013-10-30 12:22:00 -0400 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2013-10-30 12:22:00 -0400 |
commit | 89cc3f3a29c1b18ac716dde86dac8c81090ddf61 (patch) | |
tree | ebf49116efbc88d8d219d29c0ecb8fd6bf572c4d /test | |
parent | 080ae79b540c5cb9c16e1613322fec1f9c730b34 (diff) | |
download | fosdem-2018-presentation-89cc3f3a29c1b18ac716dde86dac8c81090ddf61.tar fosdem-2018-presentation-89cc3f3a29c1b18ac716dde86dac8c81090ddf61.tar.gz |
don't transition between identical backgrounds
Diffstat (limited to 'test')
-rw-r--r-- | test/examples/slide-backgrounds.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/test/examples/slide-backgrounds.html b/test/examples/slide-backgrounds.html index 1e2da16..f5d601c 100644 --- a/test/examples/slide-backgrounds.html +++ b/test/examples/slide-backgrounds.html @@ -75,6 +75,27 @@ <h2>Same background twice (2/2)</h2> </section> + <section> + <section data-background="#417203"> + <h2>Same background twice vertical (1/2)</h2> + </section> + <section data-background="#417203"> + <h2>Same background twice vertical (2/2)</h2> + </section> + </section> + + <section data-background="#934f4d"> + <h2>Same background from horizontal to vertical (1/3)</h2> + </section> + <section> + <section data-background="#934f4d"> + <h2>Same background from horizontal to vertical (2/3)</h2> + </section> + <section data-background="#934f4d"> + <h2>Same background from horizontal to vertical (3/3)</h2> + </section> + </section> + </div> </div> |