
- Katılım
- 14 Mar 2024
- Mesajlar
- 2,216
- Tepkime puanı
- 115
- Puanları
- 63
- Konum
- Fizan
- İlişki Durumunuz
- Evli
- Burcunuz
- Balık
- Takım
- Fenerbahçe
- Konu Yazar
- #11
11. Hidden stili
text-transform: uppercase;
overflow: hidden;
background: linear-gradient(90deg, #000000, #ffffff, #000000);
background-repeat: no-repeat;
background-size: 80%;
animation: hiddenstil 3s linear infinite;
-webkit-background-clip: text;
-webkit-text-fill-color: rgba(255, 255, 255, 0);
Extra.less
@keyframes hiddenstil {
0% {
background-position: -500%;
}
100% {
background-position: 500%;
}
}
Sonuç: