Skip to content

Commit 61a0ebd

Browse files
committed
updated for the fox
1 parent c161563 commit 61a0ebd

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

_posts/members/2015-10-02-avojeez0.md

+18
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ nav.main-nav a.cta {
6262

6363
.typed {
6464
-webkit-animation: tick 12s linear;
65+
-moz-animation: tick 12s linear;
6566
}
6667

6768
#poem-container {
@@ -99,6 +100,23 @@ nav.main-nav a.cta {
99100
}
100101
}
101102

103+
@-moz-keyframes tick {
104+
0% {
105+
width: 0;
106+
}
107+
5% {
108+
opacity: 1;
109+
}
110+
90% {
111+
width: 100%;
112+
opacity: 1;
113+
}
114+
100% {
115+
opacity:1;
116+
width: 100%;
117+
}
118+
}
119+
102120
.untyped {
103121
display:none;
104122
}

0 commit comments

Comments
 (0)