The animation indeed dissipated, with HtmlAttributes set to
"Dictionary<string, object> htmlAttribute = new Dictionary<string, object>()
{
{ "style", "width: 300px; height:500px; overflow-y:scroll; overflow-x:hidden;" }
};"
did the trick.
Thank You very much !