Make 'none' default transition for background
This commit is contained in:
parent
b7057e9700
commit
ce84322d0a
|
@ -37,6 +37,7 @@
|
|||
height: {{ height }},
|
||||
|
||||
transition: '{{ transition }}',
|
||||
backgroundTransition: '{{ background_transition }}',
|
||||
|
||||
//math: {
|
||||
// mathjax: '../_assets/MathJax/unpacked/MathJax.js',
|
||||
|
|
|
@ -40,6 +40,7 @@ config = {
|
|||
'width': 1280,
|
||||
'height': 800,
|
||||
'transition': 'none', # none, fade, slide, convex, concave, zoom
|
||||
'background_transition': 'none'
|
||||
}
|
||||
content = ""
|
||||
|
||||
|
|
Reference in a new issue