SHOWING: First 60
body {
margin: 0;
padding: 0;
}
#canvas {
filter: blur(0.1px);
position: relative; width: 100%; height: auto; z-index:2;
}
#canvas-bg {
filter: blur(0.1px);
position: absolute; width: 100%; height: auto; z-index:1;
}
#canvas-lg {
display: none;
position: absolute; width: 100%; height: auto; z-index:1;
}
.showme {
display: block !important;
}
.hide {
opacity: 0 !important;
}
.hidehard {
display: none !important;
}
#24,593,831textbody {
margin: 0;
padding: 0;
}
#canvas-bg {
position: absolute; width: 100%; height: auto; z-index:1;
}
.animation-bounce{
animation-name: bounce;
animation-duration: 1s;
}
#canvas {
transition: opacity 169ms;
position: relative; width: 100%; height: auto; z-index:2;
}
.hide {
opacity: 0;
}
@keyframes bounce{
0%{
transform: translateY(0);
}
30%{
transform: translateY(-70px);
}
50%{
transform: translateY(5px);
}
70%{
transform: translateY(-25px);
}
80%{
transform: translateY(2px);
}
90%{
transform: translateY(-15px);
}
100%{
transform: translateY(0);
}
}
#20,890,743text