Line 35:
Line 35:
left: 50%;
left: 50%;
color:red;
color:red;
−
opacity: 0%;
+
opacity: 0;
-webkit-animation-name: HiThere;
-webkit-animation-name: HiThere;
-webkit-animation-duration: 5s;
-webkit-animation-duration: 5s;
Line 56:
Line 56:
left: 0%;
left: 0%;
color:red;
color:red;
−
opacity: 0%;
+
opacity: 0;
-webkit-animation-name:
-webkit-animation-name:
YOUCANNOTSEEME, okaynowyoucan;
YOUCANNOTSEEME, okaynowyoucan;
Line 112:
Line 112:
@-webkit-keyframes okaynowyoucan{
@-webkit-keyframes okaynowyoucan{
0% {}
0% {}
−
100% {opacity: 100%;}
+
100% {opacity: 1;}
}
}
@keyframes okaynowyoucan{
@keyframes okaynowyoucan{
0% {}
0% {}
−
100% {opacity: 100%;}
+
100% {opacity: 1;}
}
}
@-webkit-keyframes BEGONE-FOUL-WITCH{
@-webkit-keyframes BEGONE-FOUL-WITCH{
0% { }
0% { }
−
50% {opacity:0%;}
+
50% {opacity:0;}
−
100% {opacity:0%;}
+
100% {opacity:0;}
}
}
@keyframes BEGONE-FOUL-WITCH{
@keyframes BEGONE-FOUL-WITCH{
0% { }
0% { }
−
50% {opacity:0%;}
+
50% {opacity:0;}
−
100% {opacity:0%;}
+
100% {opacity:0;}
}
}
@-webkit-keyframes HiThere{
@-webkit-keyframes HiThere{
Line 133:
Line 133:
width: auto;
width: auto;
height: auto;}
height: auto;}
−
100% {-webkit-transform:translate(-50%,-50%); opacity:100%;width: auto;
+
100% {-webkit-transform:translate(-50%,-50%); opacity:1;width: auto;
height: auto;}
height: auto;}
}
}
Line 140:
Line 140:
width: auto;
width: auto;
height: auto;}
height: auto;}
−
100% {transform:translate(-50%,-50%); opacity:100%;width: auto;
+
100% {transform:translate(-50%,-50%); opacity:1;width: auto;
height: auto;}
height: auto;}
}
}