Question: What does this animation do to the object? #object { position: absolute; animation: slide 5 s; } @keyframes slide { 0 % { color:black; left:

What does this animation do to the object?
#object {
position: absolute;
animation: slide 5s;
}
@keyframes slide {
0%{ color:black; left:0px; top:0px; }
25%{ color:blue; left:100px; top:0px; }
75%{ color:red; left:0px; top:100px; }
100%{ color:black; left:0px; top:0px; }
}

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!