CSS `blink` - imitating homonymous HTML tag
2018-06-13
IN1, 2018-06-13 00:00:00
IN1, 2023-04-10 14:16:29


In case you miss the HTML tag <blink>, but would like to have such a blinking effect: You can also do this with CSS. And here is how.

CSS

@keyframes          blink-animation {to {visibility: hidden;}}
.blink {animation:  blink-animation 1s steps(5, start) infinite;}

Usage

<div class="blink">
    i will blink !
</div>

And th […]


PHP: Übersetzung mit DeepL
2018-04-22
IN1, 2018-04-22 00:00:00
IN1, 2023-04-13 16:18:57


Es gibt bei DeepL Translator eine freie API welche für Anfragen verwendet werden kann. Hierzu ist kein Schlüssel o.ä und auch keine Registrierung notwendig.

Limitierungen

Character Limit

Laut DeepL.com ist die Länge des zu übersetzenden Textes auf 5000 Zeichen begrenzt.

Request Limit

Es ist nicht klar, inwieweit die API hinsichtlich der Häufigkeit von Anfr […]



This website uses Cookies to provide you with the best possible service. Please see our Privacy Policy for more information. Click the check box below to accept cookies. Then confirm with a click on "Save".