אנימציית הבהוב אלמנט טקסט / אייקון

כדי להטמיע אנימציית הבהוב טקסט / אייקון, יש להשתמש בקוד הבא (ניתן לשחק עם התזמון):

.blinking {
 animation:blinkingText 3.2s infinite;
}
@keyframes blinkingText{
 0%{ color: rgb(11,77,119); }
 49%{ color: rgb(11,77,119); }
 60%{ color: transparent; }
 89%{ color:rgb(11,77,119); }
 100%{ color: rgb(11,77,119); }
}
x
סייען נגישות
הגדלת גופן
הקטנת גופן