mirror of
https://github.com/chinchang/web-maker.git
synced 2025-08-05 12:57:25 +02:00
style: only transition required props
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user