Skip to content

Commit e7f79ad

Browse files
committed
Revert "Added small animation on title for capturing attention on 3.0.0 release"
This reverts commit f7b852d. Conflicts: _includes/frontpage.txt
1 parent c0e7613 commit e7f79ad

File tree

1 file changed

+0
-57
lines changed

1 file changed

+0
-57
lines changed

_layouts/index.html

-57
Original file line numberDiff line numberDiff line change
@@ -7,63 +7,6 @@
77
a.featureLink { font-size:18px; font-weight: bold; color: #404040;text-shadow:0 1px 0 rgba(255,255,255, 0.5);}
88
a.featureLink:hover { text-decoration:none;}
99
</style>
10-
<style type="text/css">
11-
12-
.slider div.release-title h2 {
13-
animation: bouncing-color 1.7s 0.5s ease;
14-
-moz-animation: bouncing-color 1.7s 0.5s ease;
15-
-webkit-animation: bouncing-color 1.7s 0.5s ease;
16-
animation-iteration-count: 2;
17-
-moz-animation-iteration-count: 2;
18-
-webkit-animation-iteration-count: 2;
19-
}
20-
21-
@keyframes bouncing-color {
22-
0% {
23-
transform: scale(1, 1);
24-
color: white;
25-
}
26-
50% {
27-
transform: scale(1.4, 1.4);
28-
color: #ADFF2F;
29-
}
30-
100% {
31-
transform: scale(1, 1);
32-
color: white;
33-
}
34-
}
35-
36-
@-moz-keyframes bouncing-color {
37-
0% {
38-
-moz-transform: scale(1, 1);
39-
color: white;
40-
}
41-
50% {
42-
-moz-transform: scale(1.4, 1.4);
43-
color: #ADFF2F;
44-
}
45-
100% {
46-
-moz-transform: scale(1, 1);
47-
color: white;
48-
}
49-
}
50-
51-
@-webkit-keyframes bouncing-color {
52-
0% {
53-
-webkit-transform: scale(1, 1);
54-
color: white;
55-
}
56-
50% {
57-
-webkit-transform: scale(1.4, 1.4);
58-
color: #ADFF2F;
59-
}
60-
100% {
61-
-webkit-transform: scale(1, 1);
62-
color: white;
63-
}
64-
}
65-
</style>
66-
6710
{% include headerbottom.txt %}
6811
{% include topbar.txt %}
6912
{% include frontpage.txt %}

0 commit comments

Comments
 (0)