This is a deckard slide.
This page contains some Deckard config overrides, which
are specified by defining Deckard
before
including the script, like so:
<script>
Deckard = { transition:'fade' };
</script>
<script src="deckard.js"></script>
This is another deckard slide.
It doesn't do much, but uses the same default transition as the first.
This is another deckard slide.
I have a different animation style to the default. The
change in animation was specified declaritively in my
HTML by adding this attribute:
data-deckard-transition="drop"
Note the change in direction as you navigate into and out of this slide forwards and backwards.
This is another deckard slide.
I also have the "drop" transition applied.
This is another deckard slide.
It doesn't do much, but uses the same default transition as the first.