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