Merhaba,
Bu logodaki ışıltıyı nasıl yapmışlar.
Temaya Tıkla
Logodaki Işıltı
3
●252
- 30-06-2019, 01:28:39Oraya sağ tıklayıp incele diyin. Gelen ekranda "shine" yazısının üzerine gelin. Orada mevcut.
.shine {- display: block;
- position: absolute;
- background-image: url(./images/glitter.png);
- background-repeat: no-repeat;
- background-position: center;
- background-size: 100% 100%;
- overflow: hidden;
- z-index: 2;
- opacity: 0;
- width: 130px;
- height: 130px;
- -webkit-animation: glitter 6s linear 0s infinite normal;
- animation: glitter 6s linear 0s infinite normal;
- text-indent: -9999px;
} - 30-06-2019, 08:38:45hocam logo png muhtemelen css yada js ile logonun üstüne denk getirerek yapmışlar