آیا میشود توسط css به ایتم ها حرکت دهی یا انیمیشن داد ؟
درود خوبی...
بهش میگن متحرک سازی عناصر:
<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>
سلام
به این صورت هستش
<h1>main</h1>
<style>
@keyframe opacity{
form{
opacity: 0%;
}
to{
opacity: 100%;
}
}
h1{
animation: opacity 3s;
}
</style>
درود خوبی...
بهش میگن متحرک سازی عناصر:
<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>
من تازه شروع کردم
دوره html و تموم کردم و الان توی دوره مقدماتی css هستم
برام سوال بود که میشه با css هم کاری انجام داد یا باید حتما دست به دامن جاوااسکریپت بشم
آیا مایل به ارسال نوتیفیکیشن و اخبار از طرف راکت هستید ؟