mirror of
https://github.com/chinchang/web-maker.git
synced 2025-08-06 05:17:31 +02:00
style: only transition required props
This commit is contained in:
@@ -1092,6 +1092,7 @@ body > #demo-frame {
|
|||||||
transform: scale(0);
|
transform: scale(0);
|
||||||
will-change: transform, opacity;
|
will-change: transform, opacity;
|
||||||
transition: 0.3s ease;
|
transition: 0.3s ease;
|
||||||
|
transition-property: transform, opacity;
|
||||||
transition-delay: 0;
|
transition-delay: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user