Magnifying effect on article mode images

Magnifying effect on article mode images 1.0.0

没有下载权限
XF 兼容性
  1. 2.2.x
  2. 2.3.x
摘要
Enhance article images with a charming hover effect using extra.less template.
Gives a nice little effect to the images of the articles 😉

Demo:

Annuaire de liens

Répertorie les meilleurs sites relatif à XenForo ?

  • In extra.less template, add this:
CSS:
.articlePreview-main a:hover {
    transform: scale(1.1) rotate(4deg);
    background-size: cover !important;
    transition-duration: 1s;
    transition-property: transform;
}
.articlePreview-main a {
    background-size: cover !important;
    transition-duration: 1s;
    transition-property: transform;
}
.message--articlePreview .articlePreview-image:after {
    background-image: linear-gradient(to bottom,transparent,#0e0e0e);
    opacity: .1;
    padding-bottom: 60%;
}
.articlePreview-main {
        overflow: hidden;
}
  • effet.gif
    effet.gif
    114.8 KB · 浏览: 0
作者
roothacker
浏览
500
首次发布
上次更新
评分 0.00 星 0 个评分
链接失效了吗? 发送消息 给 NP 团队,我们会尽快为您处理!
支持开发者 如果您对测试满意或项目已成功盈利,可点击「更多信息」按钮,通过购买来支持开发者!

来自 roothacker 的更多资源

Erahost WHMCS主题 roothacker
Erahost WHMCS主题2022年3月22日
浏览
1,432
已更新
IPS社区套件 roothacker
IPS IPS社区套件 5.0.17 Nulled
IPS 社区套件 Nulled
浏览
1,881
已更新
[DigitalPoint] Better Google Analytics roothacker
[DigitalPoint] Better Google Analytics 1.0.0.1
浏览
681
已更新

相似的资源

Customize fonts in article mode A
This allows you to change the font size in the "Preview" mode of the articles
浏览
464
已更新
顶部