diff --git a/src/components/structures/MessagePanel.js b/src/components/structures/MessagePanel.js index 0e00b0dc7d..d74fe202be 100644 --- a/src/components/structures/MessagePanel.js +++ b/src/components/structures/MessagePanel.js @@ -345,8 +345,8 @@ module.exports = React.createClass({ _startAnimation: function(ghostNode) { Velocity(ghostNode, {opacity: '0', width: '10%'}, - {duration: 600, easing: 'easeInSine', - delay: 200}); + {duration: 400, easing: 'easeInSine', + delay: 1000}); }, _getReadMarkerGhostTile: function() {