From 0d7adae10020e486f05d2ac192e18d3f241d62cc Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Tue, 5 Apr 2016 10:46:08 +0100 Subject: [PATCH] Back out animation timing changes for now ... since they seem to be a bit contentious --- src/components/structures/MessagePanel.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() {