Verbose opacity (#788)

This commit is contained in:
Caler Loo 2018-07-19 09:47:00 +08:00 committed by Elton Mesquita
parent 824484ed03
commit f1853f76cf
1 changed files with 0 additions and 2 deletions

View File

@ -11,12 +11,10 @@
80% { 80% {
transform: skewX(-5deg); transform: skewX(-5deg);
opacity: 1;
} }
to { to {
transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);
opacity: 1;
} }
} }