Magnifying effect on article mode images

  • Criador do tópico Criador do tópico axtona
  • Data de início Data de início
Status
Não está aberto para novas respostas.
Lv.12
Moderating
Bronze Member
Iron Member
Donor Member
Associado
28/06/2020
Mensagens
4.400
Pontuação de reações
1.401
Credits
$11.794
thanks to dear member @jessy submitted a new resource:

Magnifying effect on article mode images - Gives a nice little effect to the images of the articles

  • In extra.less template, add this:
CSS:
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...

Read more about this resource...
 
Status
Não está aberto para novas respostas.
Top