scroll-to:围绕jQuery.animate({

时间:2021-05-06 11:56:49
【文件属性】:
文件名称:scroll-to:围绕jQuery.animate({
文件大小:70KB
文件格式:ZIP
更新时间:2021-05-06 11:56:49
animation HTML 滚动到 jQuery.animate({ scrollTop: offset })的包装,将页面滚动到特定元素。 安装 npm install --save @methodgrab/scroll-to 例子: const scroll2 = require ( '@methodgrab/scroll-to' ) ; $ ( '.btn' ) . on ( 'click' , function ( e ) { scroll2 ( '.some-element' ) ; } ) ; const scroll2 = require ( '@methodgrab/scroll-to' ) ; $ ( '.btn' ) . on ( 'click' , function ( e ) { scroll2 ( '.some-element' , { duration : 1000 , padd
【文件预览】:
scroll-to-master
----example.html(12KB)
----.eslintrc.js(229B)
----.travis.yml(771B)
----test()
--------index.spec.js(138B)
----README.md(1KB)
----dist()
--------scroll-to.js(2KB)
----.gitignore(37B)
----index.js(1KB)
----package-lock.json(285KB)
----package.json(1013B)

网友评论