Neler yeni

Foruma hoş geldin 👋, Ziyaretçi

Forum içeriğine ve tüm hizmetlerimize erişim sağlamak için foruma kayıt olmalı ya da giriş yapmalısınız. Foruma üye olmak tamamen ücretsizdir.

  • Forumdan daha fazla yararlanmak için, profilinizi telefon numaranız 📱 ile doğrulayın ve daha ayrıcalıklı olun 😉
    Daha fazla bilgi!

Çözüldü Katogorilerde Yakınlaşma Efekti Nasıl Yaparım

Bu sorun verilen destek sayesinde çözüme ulaştırılmıştır.
extra.less sablonuna ekleyin:

CSS:
.block-body .node--forum:hover, .structItemContainer .structItem--thread:hover, .structItemContainer-group .structItem--thread:hover, .block-container {
    -moz-transform: scale(1.015);
    -o-transform: scale(1.015);
    -ms-transform: scale(1.015);
    transform: scale(1.015);
}
.block-body .node--forum, .structItemContainer .structItem--thread, .structItemContainer-group .structItem--thread, .block-container .message-inner {
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -ms-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
}
 
extra.less sablonuna ekleyin:

CSS:
.block-body .node--forum:hover, .structItemContainer .structItem--thread:hover, .structItemContainer-group .structItem--thread:hover, .block-container {
    -moz-transform: scale(1.015);
    -o-transform: scale(1.015);
    -ms-transform: scale(1.015);
    transform: scale(1.015);
}
.block-body .node--forum, .structItemContainer .structItem--thread, .structItemContainer-group .structItem--thread, .block-container .message-inner {
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -ms-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
}
hocam kategorinin içine girdiğimizde konu başlıkları da yakınlaşıyor orayı kapatamaz mıyız?
 
hocam kategorinin içine girdiğimizde konu başlıkları da yakınlaşıyor orayı kapatamaz mıyız?

Şu şekilde bir deneyin:
CSS:
[data-template="forum_list"].block-body .node--forum:hover, [data-template="forum_list"].structItemContainer .structItem--thread:hover, [data-template="forum_list"].structItemContainer-group .structItem--thread:hover, [data-template="forum_list"].block-container {
    -moz-transform: scale(1.015);
    -o-transform: scale(1.015);
    -ms-transform: scale(1.015);
    transform: scale(1.015);
}
[data-template="forum_list"].block-body .node--forum, [data-template="forum_list"].structItemContainer .structItem--thread, [data-template="forum_list"].structItemContainer-group .structItem--thread, [data-template="forum_list"].block-container .message-inner {
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -ms-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
}
 
Şu şekilde bir deneyin:
CSS:
[data-template="forum_list"].block-body .node--forum:hover, [data-template="forum_list"].structItemContainer .structItem--thread:hover, [data-template="forum_list"].structItemContainer-group .structItem--thread:hover, [data-template="forum_list"].block-container {
    -moz-transform: scale(1.015);
    -o-transform: scale(1.015);
    -ms-transform: scale(1.015);
    transform: scale(1.015);
}
[data-template="forum_list"].block-body .node--forum, [data-template="forum_list"].structItemContainer .structItem--thread, [data-template="forum_list"].structItemContainer-group .structItem--thread, [data-template="forum_list"].block-container .message-inner {
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -ms-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
}
Bu şekilde herşey gitti.
 
Bu şekilde herşey gitti.

CSS:
[data-template="forum_list"] .block-body .node--forum:hover,
[data-template="forum_list"] .structItemContainer .structItem--thread:hover,
[data-template="forum_list"].structItemContainer-group .structItem--thread:hover,
[data-template="forum_list"] .block-container {
    -moz-transform: scale(1.015);
    -o-transform: scale(1.015);
    -ms-transform: scale(1.015);
    transform: scale(1.015);
}
[data-template="forum_list"] .block-body .node--forum,
[data-template="forum_list"] .structItemContainer .structItem--thread,
[data-template="forum_list"] .structItemContainer-group .structItem--thread,
[data-template="forum_list"] .block-container .message-inner {
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -ms-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
}
 

Foruma hoş geldin 👋, Ziyaretçi

Forum içeriğine ve tüm hizmetlerimize erişim sağlamak için foruma kayıt olmalı ya da giriş yapmalısınız. Foruma üye olmak tamamen ücretsizdir.