mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-01-06 09:35:34 +00:00
Snow in channel also on video
This commit is contained in:
@@ -3089,6 +3089,13 @@ input:not([type]):focus:not([readonly])+label, input[type=text]:not(.browser-def
|
||||
-ms-animation: snow 10s linear infinite;
|
||||
animation: snow 10s linear infinite;
|
||||
}
|
||||
|
||||
#snow.snow-channel {
|
||||
z-index: 9999;
|
||||
width: calc(100% - .75rem);
|
||||
height: calc(100% - 32px);
|
||||
}
|
||||
|
||||
@keyframes snow {
|
||||
0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
|
||||
100% {background-position: 500px 500px, 400px 400px, 300px 300px;}
|
||||
|
||||
Reference in New Issue
Block a user