Skip to content

Commit cd8ef6a

Browse files
author
Nicholas Thomson
committed
Pulsate
1 parent 3a2422f commit cd8ef6a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

app/styles/main.less

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1123,6 +1123,16 @@ h2.loading {
11231123
text-align: center;
11241124
line-height: 42px;
11251125
color: @bright-blue;
1126+
1127+
-webkit-animation: pulsate 3s ease-out;
1128+
-webkit-animation-iteration-count: infinite;
1129+
opacity: 0;
1130+
}
1131+
1132+
@-webkit-keyframes pulsate {
1133+
0% {-webkit-transform: opacity: 0.0;}
1134+
50% {opacity: 1.0;}
1135+
100% {-webkit-transform: opacity: 0.0;}
11261136
}
11271137

11281138
h2.initiate {

0 commit comments

Comments
 (0)