子比及7B2主题文章缩略图鼠标滑过图片动画【效果非常好】

在提升子比(Zibll)及7B2主题的用户体验时,为文章缩略图添加鼠标滑过时的图片动画效果,不仅能吸引用户的注意力,还能增添页面的互动性和趣味性。

想象一下,当您的访客轻轻滑过页面上的每一篇文章缩略图时,不再是单调的静态展示,而是迎来了一场视觉上的微妙盛宴。子比与7B2主题精心设计的图片动画效果,让这一刻变得生动有趣,仿佛每一张图片都拥有了生命,静待着与您的目光相遇。

鼠标轻轻掠过,文章缩略图即刻以优雅的动画姿态响应。无论是微妙的淡入淡出、轻盈的旋转还是引人注目的缩放效果,都旨在以最不打扰阅读体验的方式,吸引访客深入探索每一篇文章的精彩内容。这种流畅而自然的动画过渡,不仅提升了页面的动态美感,也无形中引导着访客在信息的海洋中自由航行。

这一切的努力都旨在优化用户的浏览体验。通过为文章缩略图添加鼠标滑过动画效果,我们不仅让访客在浏览过程中感受到更多的惊喜和乐趣,还无形中增加了他们与网站的互动次数和停留时间。这种积极的互动体验有助于提升用户粘性,促使他们更愿意深入了解您的内容,从而转化为忠实的读者或潜在客户。

我们深知每个网站都有其独特的风格和品牌调性。因此,子比与7B2主题提供的图片动画效果支持高度自定义,允许您根据网站的整体风格和个人喜好,轻松调整动画类型、速度及触发方式。无论是简约优雅还是活泼动感,都能在这里找到最适合您的表达方式,让您的网站在众多竞争者中脱颖而出,彰显独特的品牌魅力。

B2修改方法(评论查看)

[content_hide]

/*B2文章划过动画图片开始*/
.post-module-thumb:after {
content: "";
position: absolute;
top: 50%;
left: 50%;
width: 50px;
height: 50px;
margin: -25px 0 0 -25px;
background: url(https://www.uzhix.com/wp-content/themes/zibll/uzhix/img/zhuti-quanju25.webp);
background-repeat: no-repeat;
background-size: 100% 100%;
z-index: 3;
-webkit-transform: scale(2);
transform: scale(2);
transition: opacity .75s, -webkit-transform .75s;
transition: transform .75s, opacity .75s;
transition: transform .75s, opacity .75s, -webkit-transform .75s;
opacity: 0;
pointer-events: none;
}
.post-module-thumb:before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0);
transition: background .35s;
border-radius: 8px;
z-index: 2;
max-width: 765px;
margin: 0 auto;
pointer-events: none;
}
.post-module-thumb:hover:before {
background: rgba(0,0,0,.5)
}
.post-module-thumb:hover:after {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1
}
/*B2文章划过动画图片结束*/
/*B2文章划过动画图片开始*/
 .post-module-thumb:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    background: url(https://www.uzhix.com/wp-content/themes/zibll/uzhix/img/zhuti-quanju25.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 3;
    -webkit-transform: scale(2);
    transform: scale(2);
    transition: opacity .75s, -webkit-transform .75s;
    transition: transform .75s, opacity .75s;
    transition: transform .75s, opacity .75s, -webkit-transform .75s;
    opacity: 0;
    pointer-events: none;
}
.post-module-thumb:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    transition: background .35s;
    border-radius: 8px;
    z-index: 2;
    max-width: 765px;
    margin: 0 auto;
    pointer-events: none;
}
 .post-module-thumb:hover:before {
                background: rgba(0,0,0,.5)
            }
        .post-module-thumb:hover:after {
                -webkit-transform: scale(1);
                transform: scale(1);
                opacity: 1
            }
             /*B2文章划过动画图片结束*/
/*B2文章划过动画图片开始*/ .post-module-thumb:after { content: ""; position: absolute; top: 50%; left: 50%; width: 50px; height: 50px; margin: -25px 0 0 -25px; background: url(https://www.uzhix.com/wp-content/themes/zibll/uzhix/img/zhuti-quanju25.webp); background-repeat: no-repeat; background-size: 100% 100%; z-index: 3; -webkit-transform: scale(2); transform: scale(2); transition: opacity .75s, -webkit-transform .75s; transition: transform .75s, opacity .75s; transition: transform .75s, opacity .75s, -webkit-transform .75s; opacity: 0; pointer-events: none; } .post-module-thumb:before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0); transition: background .35s; border-radius: 8px; z-index: 2; max-width: 765px; margin: 0 auto; pointer-events: none; } .post-module-thumb:hover:before { background: rgba(0,0,0,.5) } .post-module-thumb:hover:after { -webkit-transform: scale(1); transform: scale(1); opacity: 1 } /*B2文章划过动画图片结束*/

[/content_hide]

子比修改方法(评论查看)

[content_hide]

/*文章主图hover美化开始*/
.item-thumbnail:after {
content: '';
position: absolute;
top: 50%;
left: 50%;
width: 50px;
height: 50px;
margin: -25px 0 0 -25px;
background: url(https://www.uzhix.com/wp-content/themes/zibll/uzhix/img/zhuti-quanju25.webp);
background-repeat: no-repeat;
background-size: 100% 100%;
z-index: 3;
-webkit-transform: scale(2);
transform: scale(2);
transition: opacity .75s, -webkit-transform .75s;
transition: transform .75s, opacity .75s;
transition: transform .75s, opacity .75s, -webkit-transform .75s;
opacity: 0;
pointer-events: none;
}
.item-thumbnail:before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0);
transition: background .35s;
border-radius: 8px;
z-index: 2;
max-width: 765px;
margin: 0 auto;
pointer-events: none;
}
.item-thumbnail:hover:before {
background: rgba(0,0,0,.5)
}
.item-thumbnail:hover:after {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1
}
/*文章主图hover美化结束*/
/*文章主图hover美化开始*/
 .item-thumbnail:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    background: url(https://www.uzhix.com/wp-content/themes/zibll/uzhix/img/zhuti-quanju25.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 3;
    -webkit-transform: scale(2);
    transform: scale(2);
    transition: opacity .75s, -webkit-transform .75s;
    transition: transform .75s, opacity .75s;
    transition: transform .75s, opacity .75s, -webkit-transform .75s;
    opacity: 0;
    pointer-events: none;
}
.item-thumbnail:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    transition: background .35s;
    border-radius: 8px;
    z-index: 2;
    max-width: 765px;
    margin: 0 auto;
    pointer-events: none;
}
 .item-thumbnail:hover:before {
                background: rgba(0,0,0,.5)
            }
        .item-thumbnail:hover:after {
                -webkit-transform: scale(1);
                transform: scale(1);
                opacity: 1
            }
/*文章主图hover美化结束*/
/*文章主图hover美化开始*/ .item-thumbnail:after { content: ''; position: absolute; top: 50%; left: 50%; width: 50px; height: 50px; margin: -25px 0 0 -25px; background: url(https://www.uzhix.com/wp-content/themes/zibll/uzhix/img/zhuti-quanju25.webp); background-repeat: no-repeat; background-size: 100% 100%; z-index: 3; -webkit-transform: scale(2); transform: scale(2); transition: opacity .75s, -webkit-transform .75s; transition: transform .75s, opacity .75s; transition: transform .75s, opacity .75s, -webkit-transform .75s; opacity: 0; pointer-events: none; } .item-thumbnail:before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0); transition: background .35s; border-radius: 8px; z-index: 2; max-width: 765px; margin: 0 auto; pointer-events: none; } .item-thumbnail:hover:before { background: rgba(0,0,0,.5) } .item-thumbnail:hover:after { -webkit-transform: scale(1); transform: scale(1); opacity: 1 } /*文章主图hover美化结束*/

[/content_hide]

效果预览

图片[1]-子比及7B2主题文章缩略图鼠标滑过图片动画【效果非常好】-派克资源
文章版权声明 1、本网站名称:派克资源
2、本站永久网址:https://www.pknn.net
3、本网站的文章部分内容可能来源于网络,仅供大家学习与参考,如有侵权,请联系站长进行删除处理。
4、本站一切资源不代表本站立场,并不代表本站赞同其观点和对其真实性负责。
5、本站一律禁止以任何方式发布或转载任何违法的相关信息,访客发现请向站长举报
6、本站资源大多存储在云盘,如发现链接失效,请联系我们我们会第一时间更新。
© 版权声明
THE END
喜欢就支持一下吧
点赞0 分享