shuishen
2021-06-08 b435f2b1fc2bc8ad392dfa78aed1a5bc70c8b1e4
1
.mblScaleOut.mblOut {-webkit-animation-duration: 0.5s; animation-duration: 0.5s; -webkit-animation-name: mblScaleOutOut; animation-name: mblScaleOutOut; -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in;}.dj_android .mblScaleOut.mblOut {-webkit-animation-name: mblScaleOutOutAndroid; animation-name: mblScaleOutOutAndroid;}.mblScaleOut.mblIn {z-index: -100; -webkit-animation-duration: 0.5s; animation-duration: 0.5s; -webkit-animation-name: mblScaleOutIn; animation-name: mblScaleOutIn; -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in;}@-webkit-keyframes mblScaleOutOut {from {-webkit-transform: scale(1); opacity: 1;} to {-webkit-transform: scale(0); opacity: 0;}}@keyframes mblScaleOutOut {from {transform: scale(1); opacity: 1;} to {transform: scale(0); opacity: 0;}}@-webkit-keyframes mblScaleOutOutAndroid {from {-webkit-transform: scale(1);} to {-webkit-transform: scale(0);}}@keyframes mblScaleOutOutAndroid {from {transform: scale(1);} to {transform: scale(0);}}@-webkit-keyframes mblScaleOutIn {from {-webkit-transform: scale(1);} to {-webkit-transform: scale(1);}}@keyframes mblScaleOutIn {from {transform: scale(1);} to {transform: scale(1);}}