css berputar mp3

css berputar mp3
 avatar
user_1215241
plain_text
a year ago
502 B
7
Indexable
Icon musik pargoy
/* animasi icon wdp-mp3 berputar */
.audio-box .elementor-icon {
    -webkit-animation: wdpMP3-muter 4s linear infinite;
    -moz-animation: wdpMP3-muter 4s linear infinite;
    animation: wdpMP3-muter 4s linear infinite;
}
@-moz-keyframes wdpMP3-muter { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes wdpMP3-muter { 100% { -webkit-transform: rotate(360deg); } }
@keyframes wdpMP3-muter { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
Editor is loading...
Leave a Comment