remove floating title appear animation for now

This commit is contained in:
Andrew Dolgov 2018-12-06 20:34:46 +03:00
parent 3e4326e34d
commit db3c7d2050
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ define(["dojo/_base/declare"], function (declare) {
if (header.offsetTop + header.offsetHeight < hf.scrollTop + ft.offsetHeight - 5 &&
row.offsetTop + row.offsetHeight >= hf.scrollTop + ft.offsetHeight - 5)
new Effect.Appear(ft, {duration: 0.3});
Element.show(ft);
else
Element.hide(ft);