Skip to content

修改fullpage框架,增加切换渐变效果

Notifications You must be signed in to change notification settings

LKCheng/fullpage.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

fullpage.js

这是一个很不错的全屏插件,但是效果只有滚动的效果,我对他进行了延伸增加了渐变的效果,添加参数渐变时间。

fullpagejs的用法

  • JavaScript
 $.fn.fullpage({
    verticalCentered: false,
    anchors: ['page1', 'page2', 'page3', 'page4', ],
    anamopacity: 300, //渐变的时间    这里是增加的初始参数  其他参数一样
    navigation: true,
    navigationTooltips: ['', '', '', '', '', '', '']
});

修改后的案例 here in!

BUG或者建议

如果你发现BUG或者你有其他建议,请告诉我 here on Github!

About

修改fullpage框架,增加切换渐变效果

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published