Back out animation timing changes for now
... since they seem to be a bit contentious
This commit is contained in:
parent
b6e4e9caf3
commit
0d7adae100
1 changed files with 2 additions and 2 deletions
|
@ -345,8 +345,8 @@ module.exports = React.createClass({
|
||||||
|
|
||||||
_startAnimation: function(ghostNode) {
|
_startAnimation: function(ghostNode) {
|
||||||
Velocity(ghostNode, {opacity: '0', width: '10%'},
|
Velocity(ghostNode, {opacity: '0', width: '10%'},
|
||||||
{duration: 600, easing: 'easeInSine',
|
{duration: 400, easing: 'easeInSine',
|
||||||
delay: 200});
|
delay: 1000});
|
||||||
},
|
},
|
||||||
|
|
||||||
_getReadMarkerGhostTile: function() {
|
_getReadMarkerGhostTile: function() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue