We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c161563 commit 61a0ebdCopy full SHA for 61a0ebd
_posts/members/2015-10-02-avojeez0.md
@@ -62,6 +62,7 @@ nav.main-nav a.cta {
62
63
.typed {
64
-webkit-animation: tick 12s linear;
65
+ -moz-animation: tick 12s linear;
66
}
67
68
#poem-container {
@@ -99,6 +100,23 @@ nav.main-nav a.cta {
99
100
101
102
103
+@-moz-keyframes tick {
104
+ 0% {
105
+ width: 0;
106
+ }
107
+ 5% {
108
+ opacity: 1;
109
110
+ 90% {
111
+ width: 100%;
112
113
114
+ 100% {
115
+ opacity:1;
116
117
118
+}
119
+
120
.untyped {
121
display:none;
122
0 commit comments