Commit 1549db64 authored by Kushal Pandya's avatar Kushal Pandya

Add animation to autoscroll indicator when activated

parent c245a667
......@@ -179,6 +179,7 @@
if ($autoScrollContainer.length) { // Show and Reposition Autoscroll Status Message
$autoScrollContainer.show().css({ top: $body.outerHeight() - 75 });
$autoScrollStatus.find('label').addClass('animate');
}
}
......@@ -188,6 +189,7 @@
if ($autoScrollContainer.length) {
$autoScrollContainer.hide();
$autoScrollStatus.find('label').removeClass('animate');
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment