add separator and nothing after or
<-empty space.
For animation speed, in index.php of template you will see this line:
$menuAnimationEffect = $this->params->get("menuEffect");
after it add this:
$menuAnimationEffect = "fadeIn(700)";
change 700 to number of mili-seconds you want.