blur hardware accell test, https://social.la10cy.net/@linusgroh@chaos.social/110635292031119284
This commit is contained in:
parent
ab669393ee
commit
36f53dc3ad
1 changed files with 6 additions and 0 deletions
|
@ -142,6 +142,12 @@ h6 { font-size: 0.9em }
|
|||
margin: 0 auto 0 auto;
|
||||
padding: 5px;
|
||||
/* background-color: #2D2D2D;*/
|
||||
|
||||
/* TESTING HARDWARE ACCEL */
|
||||
-webkit-transform: translate3d(0,0,0);
|
||||
transform: translate3d(0,0,0);
|
||||
/* TESTING HARDWARE ACCEL */
|
||||
|
||||
background-color: rgba(45, 45, 45, 0.65);
|
||||
-webkit-backdrop-filter: blur(10px);
|
||||
backdrop-filter: blur(10px);
|
||||
|
|
Loading…
Reference in a new issue