Re: [LAU] Acid December 2018

From: Set Hallstrom <public@email-addr-hidden>
Date: Sat Dec 01 2018 - 11:18:32 EET

On 2018-12-01 09:58, Ralf Mardorf wrote:

>
> Nice vintage bling-bling web design. Reminds me of
> http://www.karzauninkat.com/Goldhtml/goldhtml.htm. Unfortunately
> the "goldene Regeln" of bad HTML don't work anymore, for example
> https://developer.mozilla.org/en-US/docs/Web/HTML/Element/blink, so
> it's hard to maintain vintage style web pages.

True! The original intent was to use lots of blink, but a funky CSS3
animation alternative was chosen :D I've realized there is so much
madness to render websites utterly-hard-to-read that i could only dream
of in the 90's now a days ! Unfortunately many cellphones seems to
struggle when you add the cherry on the whipped sour-cream :D

/* hue */
@-webkit-keyframes color_change {
        from { filter:hue-rotate(0deg); }
        to { filter:hue-rotate(360deg); }
}
@-moz-keyframes color_change {
        from { filter:hue-rotate(0deg); }
        to { filter:hue-rotate(360deg); }
}
@-ms-keyframes color_change {
        from { filter:hue-rotate(0deg); }
        to { filter:hue-rotate(360deg); }
}
@-o-keyframes color_change {
        from { filter:hue-rotate(0deg); }
        to { filter:hue-rotate(360deg); }
}
@keyframes color_change {
        from { filter:hue-rotate(0deg); }
        to { filter:hue-rotate(360deg); }
}

#id_of_blink_ting {

  -webkit-animation: color_change 1s infinite linear;
        -moz-animation: color_change 1s infinite linear;
        -ms-animation: color_change 1s infinite linear;
        -o-animation: color_change 1s infinite linear;
        animation: color_change 1s infinite linear;
}

Tune the timer for seizure inducing seizure-warnings

-- 
Set Sakrecoer

_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@lists.linuxaudio.org
https://lists.linuxaudio.org/listinfo/linux-audio-user

Received on Sat Dec 1 12:15:02 2018

This archive was generated by hypermail 2.1.8 : Sat Dec 01 2018 - 12:15:02 EET