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!

Kullanım tekniği Kullanıcı Adı Still Efekti

mkucuksari Kullanıcımız yeni bir kaynak oluşturdu:

Kullanıcı Adı Still Efekti - Siz de kullanıcı adlarınıza istediğimiz şekilde still efekti verebilirsiniz.

Siz de kullanıcı adlarınıza istediğimiz şekilde still efekti verebilirsiniz.

Paylaşım için Çilekli Soda Çilekli Soda arkadaşımıza teşekkür ederiz.

Kullanıcı Adı Still Efekti

Ekli dosyayı görüntüle 4180

Stilini değiştirmek istediğiniz kullanıcı grubunu seçip, "Gruplar ve izinler>Kullanıcı grupları" istediğiniz gruptaki "Kullanıcı adı CSS" kısmına eklemeniz yeterli

Ekli dosyayı görüntüle 4181...

Bu kaynak hakkında daha fazla bilgi ...
 
hocam bir tanede standart kullanıcı için düzenleme yaptım. belli belirsiz güzel bir efekt. kullanmak isteyen arkadaşlar olursa diye ekliyorum.

Ön izleme
test.gif
gif de kalite düşüyor. normalde daha güzel duruyor.

CSS:
  display: inline-block;
  color:white;
  background: #b54cf7 -webkit-gradient(linear, 100% 0, 0 0, from(#acacac), color-stop(0.5, #ffffff), to(#acacac));
  background-position: -50px top;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation-name: uye;
  -webkit-animation-duration: 2.2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-background-size: 50px 100%;

@-webkit-keyframes uye {
    0% {
        background-position: -50px top;
    }

    70% {
        background-position: 200px top;
    }

    100% {
        background-position: 200px top;
    }
}

benim tema siyah diye metini mor yaptım. siyah-gri daha güzel ve sade duruyor ama.
 
Çilekli Soda Çilekli Soda,
hocam bir tanede standart kullanıcı için düzenleme yaptım. belli belirsiz güzel bir efekt. kullanmak isteyen arkadaşlar olursa diye ekliyorum.

Ön izleme
Ekli dosyayı görüntüle 4247
gif de kalite düşüyor. normalde daha güzel duruyor.

CSS:
  display: inline-block;
  color:white;
  background: #b54cf7 -webkit-gradient(linear, 100% 0, 0 0, from(#acacac), color-stop(0.5, #ffffff), to(#acacac));
  background-position: -50px top;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation-name: uye;
  -webkit-animation-duration: 2.2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-background-size: 50px 100%;

@-webkit-keyframes uye {
    0% {
        background-position: -50px top;
    }

    70% {
        background-position: 200px top;
    }

    100% {
        background-position: 200px top;
    }
}

benim tema siyah diye metini mor yaptım. siyah-gri daha güzel ve sade duruyor ama.

hocam çalışmadı
 
Kod:
background-image: linear-gradient(270deg, #d83b3b, #e3ed20, #20ed2d, #2082ed, #cd20ed, #20edbe) !important;
background-size: 1200% 1200% !important;
-webkit-animation: TestBanner 30s ease infinite !important;
-moz-animation: TestBanner 30s ease infinite !important;
animation: TestBanner 30s ease infinite !important;
color: transparent;
-webkit-background-clip: text;
background-clip: text;
font-weight: 900;
@-webkit-keyframes TestBanner {
0% {
background-position: 0% 50%
}
50% {
background-position: 100% 50%
}
100% {
background-position: 0% 50%
}
}
@-moz-keyframes TestBanner {
0% {
background-position: 0% 50%
}
50% {
background-position: 100% 50%
}
100% {
background-position: 0% 50%
}
}
@keyframes TestBanner {
0% {
background-position: 0% 50%
}
50% {
background-position: 100% 50%
}
100% {
background-position: 0% 50%
}

6726

ALINTI ÇALIŞIYOR...
 

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.