Makale modu görüntüleri üzerinde büyütme efekti

  • Konbuyu başlatan Michaelgen
  • Başlangıç tarihi

[XFB] Konu Bilgileri

Konu Hakkında Merhaba, tarihinde Şablon değişiklikleri kategorisinde Michaelgen tarafından oluşturulan Makale modu görüntüleri üzerinde büyütme efekti başlıklı konuyu okuyorsunuz. Bu konu şimdiye dek 61 kez görüntülenmiş, 0 yorum ve 0 tepki puanı almıştır...
Kategori Adı Şablon değişiklikleri
Konu Başlığı Makale modu görüntüleri üzerinde büyütme efekti
Konbuyu başlatan Michaelgen
Başlangıç tarihi
Cevaplar
Görüntüleme
İlk mesaj tepki puanı
Son Mesaj Yazan Michaelgen
  • Michaelgen

  • Makale modu görüntüleri üzerinde büyütme etkisi
    ________________________________________________


    Makalelerin görüntülerine hoş bir küçük efekt verir
    • extra.less şablonunda şunu ekleyin:
    • Kod:
      .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;
      }
     

    Create an account or login to comment

    You must be a member in order to leave a comment

    Create account

    Create an account on our community. It's easy!

    Log in

    Already have an account? Log in here.

    Üst
    AdBlock Detected

    We get it, advertisements are annoying!

    Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features of our website. For the best site experience please disable your AdBlocker.

    I've Disabled AdBlock    No Thanks