mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Minor tweak to story count floater to make sure it animates without interruption.
This commit is contained in:
parent
e2f28f173c
commit
f387a5c2be
1 changed files with 3 additions and 1 deletions
|
@ -2194,7 +2194,9 @@
|
|||
$floater.animate({
|
||||
'top': $('#story_taskbar').height()
|
||||
}, {
|
||||
'duration': 500, 'easing': 'easeOutQuint'
|
||||
'duration': 500,
|
||||
'queue': false,
|
||||
'easing': 'easeOutQuint'
|
||||
});
|
||||
}, 500);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue