-
Couldn't load subscription status.
- Fork 699
Closed
Labels
Feature RequestRequest for or introduction of new functionalityRequest for or introduction of new functionality🤔 Question
Description
I'd like to have a white background in my slides, and I'd prefer a fadeTransition, though slideTransition has the same problem. Best way to put it: the transitions go through a black phase, no matter what I tried.
In the source code I found ways to specify backdropStyle in the theme settings. That seems to work in presenter mode, but not in the normal mode.
const theme = {
fonts: {
header: '"Ubuntu", Helvetica, Arial, sans-serif',
text: '"Fira sans", Helvetica, Arial, sans-serif'
},
colors: {
primary: '#000000',
secondary: '#0000ff',
tertiary: '#ffffff',
background:"#ffffff"
},
backdropStyle:{
backgroundColor:"#ffffff",
position: 'fixed',
top: 0,
left: 0,
width: '100vw',
height: '100vh'
}
}This is also not covered in the documentation. Any help would be appreciated.
vegetablesalad and jgoodall
Metadata
Metadata
Assignees
Labels
Feature RequestRequest for or introduction of new functionalityRequest for or introduction of new functionality🤔 Question