gpt4 book ai didi

css - 从 WP 主题 (css) 中删除动画

转载 作者:行者123 更新时间:2023-11-28 08:37:48 25 4
gpt4 key购买 nike

我正在制作一个首页有动画的 Wordpress 模板。当您滚动时,动画会加载首页内容(横幅和时事通讯)。我不想删除动画,但我找不到动画脚本隐藏在哪个 CSS 文件中。任何人都可以帮助我吗?

谢谢 :))

http://funwithfelix.com/

最佳答案

在 helper.js 中找到

// Initializing waypoints to show/hide flowign panel above header
jQuery(document).ready(function($){
$(window).load(function(){
$('.site-header').waypoint(function(direction) {
if (direction == 'down') {
$('.panel-hidden').fadeIn();
} else {
$('.panel-hidden').fadeOut();
}
}, {
offset: function() {
return -$(this).height();
}
});
});
});

关于css - 从 WP 主题 (css) 中删除动画,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27961833/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com