remove frivolous will-change

Signed-off-by: Varun Patil <varunpatil@ucla.edu>
pull/579/head
Varun Patil 2023-04-15 12:29:03 -07:00
parent b9998b6a12
commit 9908f65dc7
2 changed files with 0 additions and 3 deletions

View File

@ -271,7 +271,6 @@ export default defineComponent({
// Note: you can't use transforms to animate the top
// because it causes the viewer to be rendered incorrectly
will-change: top, height;
transition: top 0.2s ease, height 0.2s ease;
> .timeline-header {

View File

@ -1281,12 +1281,10 @@ export default defineComponent({
.pswp__zoom-wrap {
width: 100%;
will-change: transform;
}
img.pswp__img {
object-fit: contain;
will-change: width, height;
}
.pswp__button {