{deck:id=DECKID} {card:label=CARDLABEL} Content. {card} {card:label=CARDLABEL2} More Content. {card} {deck} |
Enter these between the composition-setup macros at the top of every page that uses the deck and card macro. If you do not want to use custom properties, you will still need to place the composition-setup macro without defined properties.
property.key = value |
Name |
Default |
Description |
---|---|---|
deck.memory.duration |
0 |
The number of days the deck status should be remembered for. |
deck.tab.location |
'top' |
'top', 'bottom' or 'none'. The location of the tab bar. |
deck.tab.active.border |
|
The border for the active tab (CSS - eg. '1px dashed black') |
deck.tab.active.background |
|
The background for the active tab (CSS - eg. '#ff0055') |
deck.tab.inactive.border |
|
The border for inactive tabs (CSS) |
deck.tab.inactive.background |
|
The background for inactive tabs (CSS) |
deck.tab.spacer |
|
The distance between tabs (eg '5px') |
deck.card.border |
|
The border for the active card. |
deck.card.background |
|
The background for the active card. |
deck.width/deck.height |
|
The width and/or height the content will be constrained to (not including any tabs). If not set, the tabs expand to display their content. |
deck.startHidden |
true |
If set to 'false', the cards will be initially visible on the page until setup is complete. |
deck.loopCards |
false |
If 'true', the deck will loop back to the beginning from the last card and vice versa. |
deck.nextAfter |
|
The number of seconds the slides will stay visible before moving to the next one. By default the current slide will not transition until prompted by the user. |
deck.effect.type |
none |
The effect to use when moving to a new slide. May be 'fade' or 'none'. |
deck.effect.duration |
0 |
The number of seconds the transition will take to complete. Eg. '1.5'. Defaults to 0. |
|