LocalScroll

授权协议 未知
开发语言
所属分类 jQuery 插件、 其他jQuery插件
软件类型 开源软件
地区 不详
投 递 者 暨正真
操作系统 未知
开源组织
适用人群 未知
 软件概览

This plugin will animate a regular anchor navigation [1] [2].
It will allow your visitors to navigate your site with a smooth scrolling effect.

Each time a link is clicked, the element you decide(can be the whole screen), will gradually scroll to the targeted element, instead of "jumping" as it'd normally do.
jQuery.ScrollTo is used for the animation.

  •  Check its Homepage, it includes extensive documentation.
  •  You should then pay a visit to its Regular Demo and if you are interested, there's also an AJAX Demo available. This way you can see this plugin in action.
  • Unity原来的Scroll view会一次性实例化所有的元素,然后使用遮罩使固定区域显示一部分元素,这种情况会占用多余资源,所以Scroll view的优化方案就是只实例化界面内同时最多能显示的元素数量,然后在滑动时修改应该隐藏的元素的位置与内容,使其出现在应该新出现的元素的位置,实现元素的重复使用。 使用方法: 首先将MyScrollView脚本挂到ScrollView上,然后设置好行、列间距

  • 用于场景:UGUI开发时候,经常会遇到一个问题,滚动条拉倒某个位置时候,再次进入时候,滚动条还在原来位置,怎么解决?   Panel_Content.GetComponent<RectTransform>().localPosition = new Vector3(1403,0,0);