Tell us what’s happening:
Not familiar with @keyframe. can anyone help me with this challenge?
Give wave
four waypoints starting at 10%
, and incrementing by 10%
.
Your code so far
@keyframes wave { }
Challenge: Step 96
Link to the challenge:
1 Like
found the solution by myself.
@keyframes wave {
10% {top: ;}
20% {top: ;}
30% {top: ;}
40% {top: ;}
}
10 Likes
@keyframes wave {
10% { }
20% { }
30% { }
40% { }
}
2 Likes
system
Closed
4
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.