Magnifying effect on article mode images

Magnifying effect on article mode images 1.0.0

没有下载权限
XF 兼容性
  1. 2.2.x
  2. 2.3.x
Short Description
Magnifying effect on article mode images
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
浏览
417
首次发布
上次更新
评分 0.00 星 0 个评分
Link was Broken? Please Send Message to NP Team with direct message, You will get it very quickly!
Support Developer If you are satisfied with your test or project have earn money successfully, Maybe you can click more information button to support with buying.

相似的资源

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