Linux: Screenshot
2018-08-13
IN1, 2018-08-13 00:00:00
IN1, 2023-04-14 14:49:15


Am besten geht dies mit der Anwendung flameshot.

sudo apt install flameshot

Kubuntu: Shortcut einrichten

  • KMenu > Einstellungen >
  • Systemeinstellungen >
  • Kurzbefehle > Eigene Kurzbefehle > "Bearbeiten" DropDown >
  • Neu > Globaler Kurzbefehl > "Befehl / Adresse" >

(Hier nun einen Namen angeben wie zb "Screenshot Flameshot")

  • […]

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 […]



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".