mirror of
https://github.com/chinchang/web-maker.git
synced 2025-02-19 20:55:55 +01:00
style: only transition required props
This commit is contained in:
parent
c6708ad034
commit
50868d5ac3
@ -1092,6 +1092,7 @@ body > #demo-frame {
|
||||
transform: scale(0);
|
||||
will-change: transform, opacity;
|
||||
transition: 0.3s ease;
|
||||
transition-property: transform, opacity;
|
||||
transition-delay: 0;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user