Compare commits

..

No commits in common. "7f15cacbe07710e96657accc01842e67f8b98db0" and "dea7abe8619f9be802d7401f3def9bf04ec1b828" have entirely different histories.

2 changed files with 3 additions and 8 deletions

View File

@ -18,11 +18,10 @@ $icedream-metadata-overlay-background-gradient-to: transparent !default;
$icedream-metadata-prefix: '🎶 Now playing: ' !default;
$icedream-nav-tab-fix: false !default;
$icedream-nav-bg-fade: true !default;
$icedream-fog-base-opacity: 0.15 !default;
$icedream-fog-base-opacity: 0.05 !default;
$icedream-fog-bg: true !default;
$icedream-fog-bg-blur: false !default;
$icedream-fog-bg-animated: true !default;
$icedream-fog-bg-pulse: true !default;
$icedream-fog-bg-pulse-animation-length: 68s !default;
$icedream-fog-bg-slide-animation-length: 25s !default;
$icedream-station-fill-background-color: rgba(255, 255, 255, .1) !default;

View File

@ -30,12 +30,8 @@
@if $icedream-fog-bg-animated {
background-repeat: repeat-x;
background-size: 100% 100%;
@if $icedream-fog-bg-pulse {
animation: icedream-bg-slide linear $icedream-fog-bg-slide-animation-length infinite,
icedream-bg-pulse ease-in-out $icedream-fog-bg-pulse-animation-length infinite;
} @else {
animation: icedream-bg-slide linear $icedream-fog-bg-slide-animation-length infinite;
}
animation: icedream-bg-slide linear $icedream-fog-bg-slide-animation-length infinite,
icedream-bg-pulse ease-in-out $icedream-fog-bg-pulse-animation-length infinite;
transform: scale(2, 1) translateX(0);
transform-origin: left;
@keyframes icedream-bg-pulse {