linear sliding transition option for full page backgrounds (#453)
This commit is contained in:
parent
c11e8f624f
commit
15f24f7a9a
5 changed files with 69 additions and 22 deletions
|
@ -19,11 +19,11 @@
|
|||
<div class="slides">
|
||||
|
||||
<section data-background="#00ffff">
|
||||
<h2>data-background: #00ff00</h2>
|
||||
<h2>data-background: #00ffff</h2>
|
||||
</section>
|
||||
|
||||
<section data-background="#0000ff">
|
||||
<h2>data-background: #0000ff</h2>
|
||||
<section data-background="#bb00bb">
|
||||
<h2>data-background: #bb00bb</h2>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
|
@ -74,7 +74,11 @@
|
|||
controls: true,
|
||||
progress: true,
|
||||
history: true,
|
||||
center: true
|
||||
center: true,
|
||||
|
||||
transition: 'linear',
|
||||
// transitionSpeed: 'slow',
|
||||
// backgroundTransition: 'linear'
|
||||
});
|
||||
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue