1
0
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:
Kushagra Gour 2019-03-18 16:12:14 +05:30
parent c6708ad034
commit 50868d5ac3

View File

@ -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;
}