aboutsummaryrefslogtreecommitdiffstats
path: root/src/less/animation.less
blob: 75b973c26393e2905d42dc1af507eb6f73f9c184 (plain)
1
2
3
4
5
6
// Animations
// --------------------------------------------------------------

@keyframes plyr-progress {
    to { background-position: @plyr-progress-loading-size 0; }
}