222 private links
A big one !
Syntax, timing function, looped animation, multi-step animation, alternating animations, shorthand values, fill modes (forwards and backwards), dynamic animations with CSS variables
May be useful someday
Un accès SSH sur Tor depuis un Raspberry Pi connecté au routeur. Ce qui permet à Zythom d'y accéder sans ouvrir de port dans son firewall, et surtout sans que le service soit "découvrable"
Super !
aspect-ratio
can have two types of values:
3 / 2
: a ratio of 3 in width and 2 in height3
: a simple number where the width and height are equal
Guide du RGPD pour développeur version 2.0
Pinia is the nest version of Vuex for Vue 3 and this tool looks promising ! The current documentation is up-to-date.
240 rules to improve websites
Un projet dédié à été crée afin de monitorer le CI de plusieurs projets: https://github.com/mvisonneau/gitlab-ci-pipelines-exporter
Le reste de l'article explique comment faire :)
TL;DR but still interesting. In case I need it, I know how to find it
Pour la culture
To let the animation to the GPU in practice: will-change: transform
.
will-change is a property that allows us to hint to the browser that we're going to animate the selected element, and that it should optimize for this case.
A lot of important notions about animations with the transition property!
There is a @media (prefers-reduced-motion: reduce)
too.
👍
Sous le coude
The git checkout command is splitted in two git switch
and git restore
.
This post explains the reasons and how to use these two commands.