Make 'none' default transition for background

master
Simon Bruder 2020-03-04 20:38:24 +00:00
parent b7057e9700
commit ce84322d0a
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
2 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,7 @@
height: {{ height }},
transition: '{{ transition }}',
backgroundTransition: '{{ background_transition }}',
//math: {
// mathjax: '../_assets/MathJax/unpacked/MathJax.js',

View File

@ -40,6 +40,7 @@ config = {
'width': 1280,
'height': 800,
'transition': 'none', # none, fade, slide, convex, concave, zoom
'background_transition': 'none'
}
content = ""