Skip to content

Instantly share code, notes, and snippets.

View robsonsanches's full-sized avatar

Robson Sanches robsonsanches

  • São Paulo - Brasil
View GitHub Profile
@robsonsanches
robsonsanches / transitions.css
Last active December 30, 2021 15:37
Force Bootstrap v4 transitions (ignores prefers-reduced-motion media feature)
/*
* Force Bootstrap v4 transitions
* (ignores prefers-reduced-motion media feature)
* https://gist.github.com/robsonsanches/33c6c1bf4dd5cf3c259009775883d1c0
*/
.fade {
transition:opacity 0.15s linear !important;
}
.collapsing {