mirror of
https://github.com/LaconicNetwork/laconic.com.git
synced 2026-01-15 15:34:07 +00:00
feat: add will change
This commit is contained in:
parent
fc9508553c
commit
a5ac9089d2
@ -56,6 +56,7 @@
|
||||
width: 120%;
|
||||
height: 115%;
|
||||
filter: blur(tovw(80px, 'default', 40px));
|
||||
will-change: filter, transform;
|
||||
}
|
||||
|
||||
h2 {
|
||||
|
||||
@ -63,6 +63,7 @@
|
||||
width: 120%;
|
||||
height: 115%;
|
||||
filter: blur(tovw(80px, 'default', 40px));
|
||||
will-change: filter, transform;
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
||||
@ -62,6 +62,7 @@
|
||||
width: 120%;
|
||||
height: 115%;
|
||||
filter: blur(tovw(80px, 'default', 40px));
|
||||
will-change: filter, transform;
|
||||
}
|
||||
|
||||
.line {
|
||||
|
||||
@ -76,6 +76,7 @@
|
||||
width: 120%;
|
||||
height: 110%;
|
||||
filter: blur(tovw(80px, 'default', 40px));
|
||||
will-change: filter, transform;
|
||||
}
|
||||
|
||||
.video {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user