We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6b12dec + 925cae5 commit 9f19bdcCopy full SHA for 9f19bdc
18-animations/ball_animation_delay_negative.html
@@ -19,21 +19,8 @@
19
transform: translateY(500px);
20
}
21
22
-@-webkit-keyframes bounce {
23
- from {
24
- transform: translateY(0);
25
- }
26
- to {
27
- transform: translateY(500px);
28
29
-}
30
</style>
31
<style contenteditable id="editme">.ball {
32
- -webkit-animation-name: bounce;
33
- -webkit-animation-duration: 2000ms;
34
- -webkit-animation-delay: -8000ms;
35
- -webkit-animation-iteration-count: 10;
36
- -webkit-animation-direction: alternate;
37
animation-name: bounce;
38
animation-duration: 2000ms;
39
animation-delay: -8000ms;
0 commit comments