aboutsummaryrefslogtreecommitdiffstats
path: root/src/sass/utils/animation.scss
blob: 4a5b6b90dfd4ead6eac1755cc21e94b2d2c1c8de (plain)
1
2
3
4
5
6
7
// --------------------------------------------------------------
// Animation utils
// --------------------------------------------------------------

.plyr--no-transition {
    transition: none !important;
}