feat: add will change

This commit is contained in:
Nazareno Oviedo 2022-04-19 11:39:16 -03:00
parent fc9508553c
commit a5ac9089d2
4 changed files with 4 additions and 0 deletions

View File

@ -56,6 +56,7 @@
width: 120%;
height: 115%;
filter: blur(tovw(80px, 'default', 40px));
will-change: filter, transform;
}
h2 {

View File

@ -63,6 +63,7 @@
width: 120%;
height: 115%;
filter: blur(tovw(80px, 'default', 40px));
will-change: filter, transform;
}
h1 {

View File

@ -62,6 +62,7 @@
width: 120%;
height: 115%;
filter: blur(tovw(80px, 'default', 40px));
will-change: filter, transform;
}
.line {

View File

@ -76,6 +76,7 @@
width: 120%;
height: 110%;
filter: blur(tovw(80px, 'default', 40px));
will-change: filter, transform;
}
.video {