background :url('resim url') no-repeat center;
min-height:216px;
width:838px;
margin:-9px 4px -35px -8px;
animation:image 5s infinite alternate;
-webkit-animation:image 50s infinite alternate;
-moz-animation:image 5s infinite alternate;
}
@keyframes image{
0%{
background:url("resim url");
}
25%{
background:url("resim url");
}
50%{
background:url("resim url");
}
75%{
background:url("resim url");
}
100%{
background:url("resim url");
}
}
Bu şekilde yapabilirsin hocam ç bu kodları css dosyada arka plan css kodunun olduru yere ekleyerek yapabilirsin.
teşekkürler hocam yardımınızdan dolayı deniyceğim sizi bilgilendirirm.