slowed cursor blink down

This commit is contained in:
Corey Johnson & Nathan Sobo
2012-05-09 09:39:41 -07:00
parent 5b7ea95a11
commit d3127a2686

View File

@@ -65,8 +65,8 @@
@-webkit-keyframes blink {
0% { opacity: .7; }
49% { opacity: .7; }
51% { opacity: 0; }
60% { opacity: .7; }
61% { opacity: 0; }
100% { opacity: 0; }
}
@@ -81,7 +81,7 @@
}
.editor.focused .cursor.idle {
-webkit-animation: blink 0.6s;
-webkit-animation: blink 0.8s;
-webkit-animation-iteration-count: infinite;
}