Skip to content

Commit ba0f943

Browse files
committed
Merge pull request #35 from dragos/revert-annimation
Revert annimation
2 parents c0e7613 + a8a3c5d commit ba0f943

File tree

2 files changed

+1
-58
lines changed

2 files changed

+1
-58
lines changed

_includes/frontpage.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<div class="span8">
55
<div class="rounded-corner-box">
66
<div class="release-title">
7-
<h2>Scala IDE for Eclipse 3.0.0</h2>
7+
<h2>Version 3.0.0</h2>
88
<h2>Now Available!</h2>
99
</div>
1010
<div class="release-text">

_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)