+ 24
Doubt in my code [SOLVED]
Why isn't animation working in my code🥺🥺😭😭 https://code.sololearn.com/Wx07C1XBhwZ6/?ref=app 🥺🥺😭😭😥😥😥😔😔😔 [SOLVED]
6 Réponses
+ 15
You must add for example
@keyframes slide-in-top {
0% {
transform: translateY(-1000px);
opacity: 0;
}
100% {
transform: translateY(0);
opacity: 1;
}
.circle1{
left:20vmin;
animation: slide-in-top ease-in-out
2s infinite ;
}
You need to add this to the element you want the animation.
I hope I helped you 😄
Happy coding 🙂
+ 12
アンシカ🎵🎶 On 269-line curly brace wasn't closed close it and try again:
.toplayer{
position:absolute;
}
+ 8
アンシカ🎵🎶 welcome ☺️
+ 5
Jasur Abdurahmonov 🤦♀️ thank you very much 😓😊
+ 3
Matteo Glira not working 🥺😔😭
+ 1
code open nhi ho rha