In Dreams
————————————
a long term live art research project into the outer limits of the
info@rottenbliss.com
@keyframes blink { 50% { opacity: 0; } }
@keyframes flicker {
0%,100%{opacity:0.95;}
10%{opacity:1;}
20%{opacity:0.92;}
35%{opacity:0.97;}
50%{opacity:1;}
65%{opacity:0.94;}
80%{opacity:0.96;}
}
.rb-terminal { animation: flicker 3s infinite; }