diff --git a/app/pages/welcome.js b/app/pages/welcome.js index 8f61ce2d..ab5df408 100644 --- a/app/pages/welcome.js +++ b/app/pages/welcome.js @@ -5,8 +5,10 @@ const fileList = require('../templates/fileList'); const { bytes, fadeOut } = require('../utils'); module.exports = function(state, emit) { + // the page flickers if both the server and browser set 'fadeIn' + const fade = state.layout ? '' : 'fadeIn'; const div = html` -
+
${state.translate('uploadPageHeader')}
${state.translate('uploadPageExplainer')}