درود خوبی...
بهش میگن متحرک سازی عناصر:
<style>
#rayium{
width: 100px;
height: 100px;
background: red;
-webkit-animation: test 2s infinite alternate;
animation: test 2s infinite alternate;
}
@-webkit-keyframes test{
from {
background-color: yellow;
width:100px;
}
to {
background-color: red;
width:400px;
}
}
@keyframes test{
from {
background-color: yellow;
width:100px;
}
to {
background-color: red;
width:400px;
}
}
</style>بله تو css میتونی انیمیشن بسازی
شاید پاسخ شما همینجا باشد