remove floating title appear animation for now
This commit is contained in:
parent
3e4326e34d
commit
db3c7d2050
|
@ -192,7 +192,7 @@ define(["dojo/_base/declare"], function (declare) {
|
||||||
|
|
||||||
if (header.offsetTop + header.offsetHeight < hf.scrollTop + ft.offsetHeight - 5 &&
|
if (header.offsetTop + header.offsetHeight < hf.scrollTop + ft.offsetHeight - 5 &&
|
||||||
row.offsetTop + row.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
|
else
|
||||||
Element.hide(ft);
|
Element.hide(ft);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue