Minor tweak to story count floater to make sure it animates without interruption.

This commit is contained in:
Samuel Clay 2011-04-12 19:43:30 -04:00
parent e2f28f173c
commit f387a5c2be

View file

@ -2194,7 +2194,9 @@
$floater.animate({
'top': $('#story_taskbar').height()
}, {
'duration': 500, 'easing': 'easeOutQuint'
'duration': 500,
'queue': false,
'easing': 'easeOutQuint'
});
}, 500);
}