You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-16 22:01:54 +03:00
Back out animation timing changes for now
... since they seem to be a bit contentious
This commit is contained in:
@ -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() {
|
||||
|
Reference in New Issue
Block a user