公告
财富商城
积分规则
提问
发文
2019-06-13 14:48发布
Melony?
I would like to add animate smooth, any adia?
Window.scrollTo(0, MyPanel.getAbsoluteTop());
You can use jQuery animate function for the same.
$('html').animate({ scrollTop: '0' });
I was using velocity.js and JSNI call:
public static native void setAnimatedScrollTop(MyView instance, String topElementId, String scrollPanelId, int offsetPosition) /*-{ $wnd.Velocity($wnd.document.getElementById(topElementId), 'scroll', {duration: 1000, offset: offsetPosition, container: $wnd.document.getElementById(scrollPanelId), complete: function(){ instance.@com.project.client.views.MyView::setScrollAnimationInProgress(Z)(false); } }); }-*/;
最多设置5个标签!
You can use jQuery animate function for the same.
I was using velocity.js and JSNI call: