Add Matrix effect: implement matrix animation with toggle functionality and responsive canvas
This commit is contained in:
11
Jellyfin.Plugin.Seasonals/Web/matrix.css
Normal file
11
Jellyfin.Plugin.Seasonals/Web/matrix.css
Normal file
@@ -0,0 +1,11 @@
|
||||
.matrix-container {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
pointer-events: none;
|
||||
z-index: 1000;
|
||||
overflow: hidden;
|
||||
contain: layout paint;
|
||||
}
|
||||
Reference in New Issue
Block a user