Daily Weekly Monthly

Daily Shaarli

All links of one day in a single page.

November 9, 2018

Leave animation randomly makes leaving element flicker on IE11 · Issue #2338 · vuejs/vue · GitHub

Si dans Vue.js vos animations CSS clignotent dans IE 11, pensez à ajouter animation-fill-mode: forwards; sur l'élément auquel l'animation est affecté.

css - Text in a flex container doesn't wrap in IE11 - Stack Overflow

Une astuce très importante à connaître pour résoudre un bug dans IE 11 avec flexbox.