Skip to content

Commit 9f19bdc

Browse files
authored
Merge pull request meyerweb#3 from estelle/patch-3
remove prefixing
2 parents 6b12dec + 925cae5 commit 9f19bdc

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

18-animations/ball_animation_delay_negative.html

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,8 @@
1919
transform: translateY(500px);
2020
}
2121
}
22-
@-webkit-keyframes bounce {
23-
from {
24-
transform: translateY(0);
25-
}
26-
to {
27-
transform: translateY(500px);
28-
}
29-
}
3022
</style>
3123
<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;
3724
animation-name: bounce;
3825
animation-duration: 2000ms;
3926
animation-delay: -8000ms;

0 commit comments

Comments
 (0)