+ 25
Animation🥺🥺 (code related doubt) [SOLVED]
Wanna add two animation in one same element but am unable to do that😭😭:SOLVED 》》》 BUT ONE MORE PROBLEM is there 🥺 I don't want the box2 to reappear after the animation ends🥺 Finally SOLVED🤗🤗 Thank you very much to all for giving me your valuable time and helping me 😊 https://code.sololearn.com/W8d5ZQnY7JG3/?ref=app
18 ответов
+ 12
https://code.sololearn.com/W7Vw5eZIruQM/?ref=app
I just changes two things
1. Animation should be separated by comma and mixed it
2. On second animation i removed “both”
And now ita working
+ 7
アンシカ (Anshika)🎵🎶
I have no solution for this but i can do it with JavaScript 😕
+ 4
Hope it helps
+ 4
The INDIAN(BRO💕MAGGIE) Mask Man
Yeah! I want this only, but one more problem is there 🥺
I don't want it to reappear after the animation ends🥺
+ 4
Try to put a comma after the both of box1 in css
edit: you put both slide out left
https://code.sololearn.com/WRUp5KdK7ET8/?ref=app
+ 3
Ohkay
+ 3
Wait
+ 3
+ 3
<!-- Created by Daniel Ngwasi -->
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<div class="box1"></div>
<div class="box2"></div>
<div class="box3"></div>
</body>
</html>
+ 2
@keyframes bb{
from {top:2px; left:20px; color: blue;}
to {top:15px; left:10px; color: green;}
}
div{
height:3px;
width:30px:
background:yellow;
animation-name:bb;
animation-duration:2s;
position: absolute;
}
+ 1
Here one example more:
https://code.sololearn.com/WkPgVzVkSZIe/?ref=app
0
Hello guys i need a partner in HTML
0
😕 solved
- 1
Sonu Kumar, what is the problem?
- 2
How To learn html
- 4
Hello
- 4
Please help